File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ build_requires:
1111 - ninja
1212 - alibuild-recipe-tools
1313incremental_recipe: |
14- case $ARCHITECTURE in
15- osx* ) ;;
16- * ) cmake --build . -- ${JOBS: +-j$JOBS } wn_bin ;;
17- esac
1814 cmake --build . -- ${JOBS: +-j$JOBS } install
1915 mkdir -p $INSTALLROOT /etc/modulefiles && rsync -a --delete etc/modulefiles/ $INSTALLROOT /etc/modulefiles
2016---
@@ -42,13 +38,6 @@ cmake $SOURCEDIR \
4238JOBS=$(( ${JOBS:- 1} * 2 / 5 ))
4339[[ $JOBS -gt 0 ]] || JOBS=1
4440
45- # This is needed because https://github.com/Homebrew/homebrew-core/pull/35735
46- # seems to break the creation of the tarball.
47- case $ARCHITECTURE in
48- osx* ) ;;
49- * ) cmake --build . -- ${JOBS: +-j$JOBS } wn_bin ;;
50- esac
51-
5241cmake --build . -- ${JOBS: +-j$JOBS } install
5342
5443find $INSTALLROOT -path " */lib/libboost_*" -delete
You can’t perform that action at this time.
0 commit comments