From de7cbf0cd9dd438807eba9fe201f8aa3a900ca09 Mon Sep 17 00:00:00 2001 From: Sameh Abdulah Date: Thu, 10 Sep 2020 13:30:23 +0300 Subject: [PATCH] minor fix --- configure | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/configure b/configure index b54f0ad..031e2ab 100755 --- a/configure +++ b/configure @@ -437,11 +437,11 @@ echo "======================================" cd $BASEDIR set -x # CHAMELEON -if pkg-config --exists chameleon -then - _LOCATION=`pkg-config --variable=prefix chameleon` - echo "CHAMELEON FOUND in [$_LOCATION]" -else +#if pkg-config --exists chameleon +#then +# _LOCATION=`pkg-config --variable=prefix chameleon` +# echo "CHAMELEON FOUND in [$_LOCATION]" +#else if [ "$BUILD_DEPENDENCIES" == "true" ] then echo "Building CHAMELEON..." @@ -471,7 +471,7 @@ else echo "" err=1 fi -fi +#fi echo "============CHAMELEON======================" @@ -479,11 +479,11 @@ echo "$(ls $PREFIX/lib)" echo "======================================" # starsh -if pkg-config --exists --atleast-version=0.1.1 starsh -then - _LOCATION=`pkg-config --variable=prefix starsh` - echo "starsh FOUND in [$_LOCATION]" -else +#if pkg-config --exists --atleast-version=0.1.1 starsh +#then +# _LOCATION=`pkg-config --variable=prefix starsh` +# echo "starsh FOUND in [$_LOCATION]" +#else if [ "$BUILD_DEPENDENCIES" == "true" ] then echo "Building STARS-H..." @@ -507,17 +507,17 @@ else echo "" err=1 fi -fi +#fi echo "============STARSH======================" echo "$(ls $PREFIX/lib)" echo "======================================" # hicma -if pkg-config --exists hicma -then - _LOCATION=`pkg-config --variable=prefix hicma` - echo "hicma FOUND in [$_LOCATION]" -else +#if pkg-config --exists hicma +#then +# _LOCATION=`pkg-config --variable=prefix hicma` +# echo "hicma FOUND in [$_LOCATION]" +#else if [ "$BUILD_DEPENDENCIES" == "true" ] then echo "Building HiCMA..." @@ -537,7 +537,7 @@ else echo "" err=1 fi -fi +#fi echo "============HICMA======================" echo "$(ls $PREFIX/lib)"