File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126export SCALAPACK_ROOT="${pkg_install_dir} "
127127export SCALAPACK_LDFLAGS="${SCALAPACK_LDFLAGS} "
128128export SCALAPACK_LIBS="${SCALAPACK_LIBS} "
129- export SCALAPACK_ROOT="${pkg_install_dir} "
130129export CP_DFLAGS="\$ {CP_DFLAGS} IF_MPI(-D__SCALAPACK|)"
131130export CP_LDFLAGS="\$ {CP_LDFLAGS} IF_MPI(${SCALAPACK_LDFLAGS} |)"
132131export CP_LIBS="IF_MPI(-lscalapack|) \$ {CP_LIBS}"
Original file line number Diff line number Diff line change @@ -114,10 +114,6 @@ if [ "$with_cereal" != "__DONTUSE__" ]; then
114114 cat << EOF > "${BUILDDIR} /setup_cereal"
115115prepend_path CPATH "${pkg_install_dir} /include"
116116prepend_path CMAKE_PREFIX_PATH "${pkg_install_dir} "
117- EOF
118- else
119- cat << EOF > "${BUILDDIR} /setup_cereal"
120- export CEREAL_ROOT="${pkg_install_dir} "
121117EOF
122118 fi
123119 cat " ${BUILDDIR} /setup_cereal" >> $SETUPFILE
Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ remove_path() {
743743 __path=${__path//: $__directory :/: }
744744 __path=${__path# $__directory : }
745745 __path=${__path%: $__directory }
746- __path=$( echo " $__path " | sed " s: ^$__directory \$ :: g" )
746+ __path=$( echo " $__path " | sed " s# ^$__directory \$ ## g" )
747747 eval $__path_name =\" $__path \"
748748 export $__path_name
749749}
You can’t perform that action at this time.
0 commit comments