mirror of https://github.com/ecmwf/eccodes.git
Disable code generation tests for now until the pkgconfig issue is fixed
This commit is contained in:
parent
c5c7ac403a
commit
77b44ff38c
|
@ -43,10 +43,10 @@ if command -v pkg-config >/dev/null 2>&1; then
|
|||
FLAGS_COMPILER=`echo $FLAGS_COMPILER | sed -e "s:$INSTALL_DIR:$BUILD_DIR:g"`
|
||||
|
||||
# TODO: For now only support when shared libs enabled
|
||||
SHARED_LIBS=`grep -w BUILD_SHARED_LIBS $CACHE_FILE | cut -d'=' -f2`
|
||||
if [ "$SHARED_LIBS" = "ON" ]; then
|
||||
COMPILE_AND_RUN=1
|
||||
fi
|
||||
#SHARED_LIBS=`grep -w BUILD_SHARED_LIBS $CACHE_FILE | cut -d'=' -f2`
|
||||
#if [ "$SHARED_LIBS" = "ON" ]; then
|
||||
# COMPILE_AND_RUN=1
|
||||
#fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -50,10 +50,10 @@ if command -v pkg-config >/dev/null 2>&1; then
|
|||
FLAGS_COMPILER=`echo $FLAGS_COMPILER | sed -e "s:$INSTALL_DIR:$BUILD_DIR:g"`
|
||||
|
||||
# TODO: For now only support when shared libs enabled
|
||||
SHARED_LIBS=`grep -w BUILD_SHARED_LIBS $CACHE_FILE | cut -d'=' -f2`
|
||||
if [ "$SHARED_LIBS" = "ON" ]; then
|
||||
COMPILE_AND_RUN=1
|
||||
fi
|
||||
#SHARED_LIBS=`grep -w BUILD_SHARED_LIBS $CACHE_FILE | cut -d'=' -f2`
|
||||
#if [ "$SHARED_LIBS" = "ON" ]; then
|
||||
# COMPILE_AND_RUN=1
|
||||
#fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue