Skip to content
Snippets Groups Projects
Commit 70ce31ef authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 14/09/2015: add disable-shared for compiling new grib_api 1.13.1

parent f757d8e5
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ A64=A64 ...@@ -318,7 +318,7 @@ A64=A64
endif endif
gribapi : $(GRIBAPI_INC) gribapi : $(GRIBAPI_INC)
$(GRIBAPI_INC) : $(GRIBAPI_INC) :
cd ${DIR_GRIBAPI} && ./configure --disable-jpeg --prefix=${GRIBAPI_PATH} FC="$(FC)" ${GRIBAPI_CONF} && $(MAKE) -j 1 clean && $(MAKE) -j 1 && $(MAKE) -j 1 install && $(MAKE) -j 1 clean cd ${DIR_GRIBAPI} && ./configure --disable-shared --disable-jpeg --prefix=${GRIBAPI_PATH} FC="$(FC)" ${GRIBAPI_CONF} && $(MAKE) -j 1 clean && $(MAKE) -j 1 && $(MAKE) -j 1 install && $(MAKE) -j 1 clean
gribapi_clean : gribapi_clean :
- [ -d ${GRIBAPI_PATH} ] && rm -fr ${GRIBAPI_PATH} - [ -d ${GRIBAPI_PATH} ] && rm -fr ${GRIBAPI_PATH}
......
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