aboutsummaryrefslogtreecommitdiff
path: root/gemini_calmgr/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gemini_calmgr/build.sh')
-rw-r--r--gemini_calmgr/build.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/gemini_calmgr/build.sh b/gemini_calmgr/build.sh
deleted file mode 100644
index eee4b72..0000000
--- a/gemini_calmgr/build.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-cd local_calibs
-
-$PYTHON setup.py install --single-version-externally-managed --record=record.txt || exit 1
-
-# # According to conda-forge #528 and the conda-forge docs, this seems to be a
-# # newer way of doing the above (also need to add "pip" to build or host deps.
-# # in meta.yaml), but it's not actually working for me with conda-build
-# # 3.10.5; stick to the way AstroConda does it for now.
-# $PYTHON -m pip install --no-deps --ignore-installed -vv . || exit 1
-
-mkdir -p ${PREFIX}/share/gemini_calmgr/
-cp -p LICENSE ${PREFIX}/share/gemini_calmgr/ || exit 1
-