Skip to content
Snippets Groups Projects
Commit 27d9d3c1 authored by anphi's avatar anphi
Browse files

add mk_upload_tarball.sh to gitignore; adapted path in makefile

parent 70166b97
Branches
Tags
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*.mod *.mod
*.tar* *.tar*
*.ksh *.ksh
mk_upload_tarball.sh
/work* /work*
/src/CONVERT2 /src/CONVERT2
/python/ECMWF_ENV /python/ECMWF_ENV
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
.s .s~ .sh .sh~ .h .h~ .C .C~ .a .s .s~ .sh .sh~ .h .h~ .C .C~ .a
GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib1.12.3//include GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3/include
GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib1.12.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
EMOSLIB=-lemosR64 EMOSLIB=-lemosR64
OPT = -g -O3 -fopenmp OPT = -g -O3 -fopenmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment