Commit ea546ac29d1a7565af3038b3c0965d37ceae10bb
1 parent
74cf5721
stop generating defunct eggs on Mac
Showing
2 changed files
with
6 additions
and
5 deletions
CMakeLists.txt
| ... | ... | @@ -4,7 +4,7 @@ project (Morfeusz) |
| 4 | 4 | |
| 5 | 5 | set (Morfeusz_VERSION_MAJOR 1) |
| 6 | 6 | set (Morfeusz_VERSION_MINOR 99) |
| 7 | -set (Morfeusz_VERSION_PATCH 8) | |
| 7 | +set (Morfeusz_VERSION_PATCH 9) | |
| 8 | 8 | set (Morfeusz_VERSION "${Morfeusz_VERSION_MAJOR}.${Morfeusz_VERSION_MINOR}.${Morfeusz_VERSION_PATCH}") |
| 9 | 9 | set (Morfeusz_LIB_VERSION "${Morfeusz_VERSION}") |
| 10 | 10 | if (BUILT_ON) |
| ... | ... |
buildDarwin.sh
| ... | ... | @@ -280,10 +280,11 @@ export -f log |
| 280 | 280 | mkdir -p log |
| 281 | 281 | |
| 282 | 282 | build Darwin $BITS true 2 package package-java gui-dmg 2>&1 | log Darwin $BITS; |
| 283 | -build Darwin $BITS true 2 package-python2-egg-info 2>&1 | log Darwin $BITS; | |
| 284 | -buildegg Darwin $BITS true 2 2>&1 | log Darwin $BITS; | |
| 285 | -build Darwin $BITS true 3 package-python3-egg-info 2>&1 | log Darwin $BITS; | |
| 286 | -buildegg Darwin $BITS true 3 2>&1 | log Darwin $BITS | |
| 283 | +# build Darwin $BITS true 2 package-python2-egg-info 2>&1 | log Darwin $BITS; | |
| 284 | +# buildegg Darwin $BITS true 2 2>&1 | log Darwin $BITS; | |
| 285 | +# build Darwin $BITS true 3 package-python3-egg-info 2>&1 | log Darwin $BITS; | |
| 286 | +# buildegg Darwin $BITS true 3 2>&1 | log Darwin $BITS | |
| 287 | + | |
| 287 | 288 | #build Darwin $BITS true 2 package package-java py2morfeusz 2>&1 | log Darwin $BITS |
| 288 | 289 | #buildegg Darwin $BITS true 2 2>&1 | log Darwin $BITS |
| 289 | 290 | |
| ... | ... |