Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in netcdf-fortran library configuration library call
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 12, 2023
1 parent b8affaf commit 7205614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/build_swiftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ echo "Using $COMPILER compilers:\nFC: $FC\nCC: $CC\nCXX: $CXX\n"
export CPATH=$DEPDIR/include
export NETCDF_FORTRAN_HOME=$DEPDIR
export LD_LIBRARY_PATH="${DEPDIR}/lib:${LD_LIBRARY_PATH}"
export LIBS=$(${DEPDIR}/bin/nf-config --all)
export LIBS=$(${DEPDIR}/bin/nf-config --flibs)
export LDFLAGS="${LDFLAGS} -L${DEPDIR}/lib"
export CFLAGS="-fPIC"
export CMAKE_ARGS="-DBUILD_SHARED_LIBS=OFF"
Expand Down

0 comments on commit 7205614

Please sign in to comment.