Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SAbdulah committed Sep 10, 2020
1 parent 908f48b commit de7cbf0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down Expand Up @@ -471,19 +471,19 @@ else
echo ""
err=1
fi
fi
#fi


echo "============CHAMELEON======================"
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..."
Expand All @@ -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..."
Expand All @@ -537,7 +537,7 @@ else
echo ""
err=1
fi
fi
#fi

echo "============HICMA======================"
echo "$(ls $PREFIX/lib)"
Expand Down

0 comments on commit de7cbf0

Please sign in to comment.