Skip to content

Commit 35a3999

Browse files
committed
Better help and output
1 parent 79115a3 commit 35a3999

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dev/conda/conda-build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ help()
2222
cat <<END
2323
2424
Options:
25-
conda-build.sh [-Cr] PLATFORM
26-
-C configure-only- generate meta.yaml and settings.sed, then stop
27-
-r for the R version
25+
conda-build.sh [-C] [-r RV] PLATFORM
26+
-C : configure-only-
27+
generate meta.yaml and settings.sed, then stop
28+
-r RV : enable R version RV
2829
2930
END
3031
exit
@@ -115,6 +116,7 @@ if (( ! ${#R} )) {
115116
export ENABLE_R=1
116117
export PKG_NAME="swift-t-r"
117118
}
119+
log "PKG_NAME: $PKG_NAME"
118120

119121
# Default dependencies:
120122
export USE_ANT=1

0 commit comments

Comments
 (0)