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

where

parent 42fbb23e
No related branches found
No related tags found
No related merge requests found
Pipeline #50986 passed with warnings with stage
......@@ -450,10 +450,10 @@ mk_cminpak(){
where()
{
echo "${FUNCNAME[0]}"
cd ${BUILD} && \
cd ${BUILD}
rm -fr where
mkdir where && \
cd where && \
rm "*.o" && \
cp ${ADL_COTS}/getday.c . && \
cp ${ADL_COTS}/gettim.c . && \
cp ${ADL_COTS}/where.f . && \
......@@ -467,9 +467,9 @@ where()
nagg(){
echo "${FUNCNAME[0]}"
cd ${BUILD} && \
tar_name=hdf5_HL_REGION-1.1.5.tar.gz && \
rm -fr ${BUILD}/hdf5_HL_REGION* && \
cd ${BUILD}
tar_name=hdf5_HL_REGION-1.1.5.tar.gz
rm -fr ${BUILD}/hdf5_HL_REGION*
install_the_source ${tar_name} && \
cd /hdf5_HL_REGION* && \
export HDF5_INSTALL_DIR=${USER_COTS_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