Skip to content
Snippets Groups Projects
Commit 2ff83cf9 authored by Scott Mindock's avatar Scott Mindock
Browse files

where

parent 6bc5edad
Branches
No related tags found
No related merge requests found
Pipeline #51017 passed with warnings
...@@ -474,6 +474,7 @@ nagg(){ ...@@ -474,6 +474,7 @@ nagg(){
cd hdf5_HL_REGION* && \ cd hdf5_HL_REGION* && \
export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \ export HDF5_INSTALL_DIR=${USER_COTS_PATH} && \
export LDFLAGS=" -static -L${USER_COTS_PATH}/lib " && \ export LDFLAGS=" -static -L${USER_COTS_PATH}/lib " && \
ls ${USER_COTS_PATH}/lib ls ${USER_COTS_PATH}/lib
make make
make install make install
...@@ -487,7 +488,8 @@ nagg(){ ...@@ -487,7 +488,8 @@ nagg(){
ls ${USER_COTS_PATH}/include ls ${USER_COTS_PATH}/include
cd nagg-1.6.2 && \ cd nagg-1.6.2 && \
patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \
export CFLAGS=" -I${USER_COTS_PATH}/include "${CFLAGS} export CPPFLAGS=" -I${USER_COTS_PATH}/include "${CPPFLAGS}
export LIBS="-L${USER_COTS_PATH}/lib -lhdf5"
./configure --help ./configure --help
./configure --prefix=${USER_COTS_PATH} --exec-prefix=${USER_COTS_PATH} --with-hlregion=${USER_COTS_PATH}/lib && \ ./configure --prefix=${USER_COTS_PATH} --exec-prefix=${USER_COTS_PATH} --with-hlregion=${USER_COTS_PATH}/lib && \
make && \ make && \
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment