We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4d735 commit 92e48e4Copy full SHA for 92e48e4
build.sh
@@ -62,23 +62,23 @@ echo ""
62
echo ""
63
#CC=mpicc
64
#CC=`nc-config --cc`
65
-export CC=`nc-config --cc`
+#export CC=`nc-config --cc`
66
echo "CC is:"
67
echo $CC
68
69
70
71
#FC=mpifc
72
#FC=`nf-config --fc`
73
-export FC=`nf-config --fc`
+#export FC=`nf-config --fc`
74
echo "FC is:"
75
echo $FC
76
77
78
79
#CFLAGS=`nc-config --cflags`
80
CFLAGS="-I${PREFIX}/include"
81
-export CFLAGS=`nc-config --cflags`
+#export CFLAGS=`nc-config --cflags`
82
echo "CFLAGS is:"
83
echo $CFLAGS
84
0 commit comments