We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48a620 commit 7cba3d5Copy full SHA for 7cba3d5
tools/build_gfortran.sh
@@ -19,6 +19,6 @@ if [ "$INTERFACE64" == "1" ]; then
19
gfortran -I $OBP/include -fdefault-integer-8 -o test.exe ${repo_path}/test64_.f90 $static_libname
20
gfortran -I $OBP/include -fdefault-integer-8 -o test_dyn.exe ${repo_path}/test64_.f90 $dynamic_libname
21
else
22
- gfortran -I $OBP/include -o test.exe ${start_path}/test.f90 $static_libname
23
- gfortran -I $OBP/include -o test_dyn.exe ${start_path}/test.f90 $dynamic_libname
+ gfortran -I $OBP/include -o test.exe ${repo_path}/test.f90 $static_libname
+ gfortran -I $OBP/include -o test_dyn.exe ${repo_path}/test.f90 $dynamic_libname
24
fi
0 commit comments