File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
ci/conda_recipe/psyplot-gui Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
$PYTHON setup.py install --single-version-externally-managed --record record.txt
4
4
5
- BIN=$PREFIX /bin
5
+ # delete the Psyplot.app. This should not be included in the conda-forge package
6
+ rm -rf psyplot_gui/app/Psyplot.app
6
7
7
- if [[ ` uname` == Darwin ]]; then
8
- mv psyplot_gui/app/Psyplot.app $PREFIX /psyplotapp
9
- sed -i " s/0.01/$PKG_VERSION /" $PREFIX /psyplotapp/Contents/Info.plist
10
-
11
- AE=$PREFIX /psyplotapp/Contents/MacOS/run.sh
12
-
13
- chmod +x $AE
14
-
15
- POST_LINK=$BIN /.psyplot-gui-post-link.sh
16
- PRE_UNLINK=$BIN /.psyplot-gui-pre-unlink.sh
17
- cp $RECIPE_DIR /osx-post.sh $POST_LINK
18
- cp $RECIPE_DIR /osx-pre.sh $PRE_UNLINK
19
- chmod +x $POST_LINK $PRE_UNLINK
20
-
21
- else # not Darwin
22
- rm -rf psyplot_gui/app/Psyplot.app
23
- fi
You can’t perform that action at this time.
0 commit comments