Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/teuben/nemo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Oct 23, 2024
2 parents 8e5ff94 + eb5be1f commit ee27b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install_nemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# opt=1 python=1 14'00"
#

echo "install_nemo.sh: Version 1.9 -- 19-feb-2024"
echo "install_nemo.sh: Version 1.10 -- 20-oct-2024"

opt=0 # install some optional mknemos= packages
nemo=nemo # root directory where NEMO will be installed (. = here)
Expand Down Expand Up @@ -141,7 +141,7 @@ fi

# pick a configure

CC=gcc$v CXX=g++$v FC=gfortran$v ./configure $opt $with_yapp
CC=gcc$v CXX=g++$v F77=gfortran$v ./configure $opt $with_yapp
#./configure $opt --enable-debug --with-yapp=pgplot --with-pgplot-prefix=/usr/lib # ok
#./configure $opt --enable-debug --with-yapp=pgplot --with-pgplot-prefix=/usr/lib --enable-pedantic
#./configure $opt --enable-debug --with-yapp=pgplot
Expand Down

0 comments on commit ee27b4b

Please sign in to comment.