Skip to content

Commit 92e48e4

Browse files
committed
make the flag setting consistent
1 parent ec4d735 commit 92e48e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@ echo ""
6262
echo ""
6363
#CC=mpicc
6464
#CC=`nc-config --cc`
65-
export CC=`nc-config --cc`
65+
#export CC=`nc-config --cc`
6666
echo "CC is:"
6767
echo $CC
6868
echo ""
6969

7070
echo ""
7171
#FC=mpifc
7272
#FC=`nf-config --fc`
73-
export FC=`nf-config --fc`
73+
#export FC=`nf-config --fc`
7474
echo "FC is:"
7575
echo $FC
7676
echo ""
7777

7878
echo ""
7979
#CFLAGS=`nc-config --cflags`
8080
CFLAGS="-I${PREFIX}/include"
81-
export CFLAGS=`nc-config --cflags`
81+
#export CFLAGS=`nc-config --cflags`
8282
echo "CFLAGS is:"
8383
echo $CFLAGS
8484
echo ""

0 commit comments

Comments
 (0)