Skip to content
Snippets Groups Projects
Commit 643e6efa authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add link to libbinary_c.so

parent 2e3b710e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../src/ # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../src/
gfortran -I../src/ -I/usr/include -L. -L../src/ -lbinary_c -lm -lc -O3 apitest.f90 -o apitest-f90 gfortran -lbinary_c -I../src/ -I/usr/include -L. -L../src/ -lbinary_c -lm -lc -O3 apitest.f90 -o apitest-f90
# debug build: to run valgrind use # debug build: to run valgrind use
# #
......
../src/libbinary_c.so
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment