Skip to content

Commit 41c3783

Browse files
committed
DDS: remove wn package
1 parent 1fab9f7 commit 41c3783

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dds.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ build_requires:
1111
- ninja
1212
- alibuild-recipe-tools
1313
incremental_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 \
4238
JOBS=$((${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-
5241
cmake --build . -- ${JOBS:+-j$JOBS} install
5342

5443
find $INSTALLROOT -path "*/lib/libboost_*" -delete

0 commit comments

Comments
 (0)