aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/bld.bat2
-rw-r--r--template/build.sh8
-rw-r--r--template/meta.yaml27
-rw-r--r--template/post-link.sh3
-rw-r--r--template/pre-unlink.sh1
-rw-r--r--template/ur_extern.pkg6
-rw-r--r--template/ur_mkpkg_patterns0
7 files changed, 0 insertions, 47 deletions
diff --git a/template/bld.bat b/template/bld.bat
deleted file mode 100644
index e1aca7a..0000000
--- a/template/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-echo Not supported on Windows
-exit 1
diff --git a/template/build.sh b/template/build.sh
deleted file mode 100644
index 2353907..0000000
--- a/template/build.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# Configure the environment for IRAF, since conda build appears not to do
-# "source activate" after installing dependencies (this would instead need to
-# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying):
-. setup_iraf.sh
-
-# Build from source in envs/_build (using build script from astroconda-utils):
-ac_build_iraf_pkg
-
diff --git a/template/meta.yaml b/template/meta.yaml
deleted file mode 100644
index d4b2a96..0000000
--- a/template/meta.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-about:
- home: http://iraf.noao.edu/
- license: IRAF MIT/X11 variant
- summary: PKGNAME package for IRAF
-build:
- binary_relocation: False
- number: '0'
- # These must be copied from astroconda-iraf-helpers, since conda disallows
- # the post-install step from depending on other packages:
- always_include_files:
- - bin/ac_config_iraf_pkg
- - bin/ac_update_extern_pkg
-package:
- name: iraf.pkgname
- version: "VERSION"
-source:
- fn: FILENAME
- url: http://astroconda-source:4440/FILENAME
- patches:
- - ac.iraf.pkgname.patch
-requirements:
- build:
- - astroconda-iraf-helpers
- - iraf !=2.16.1,>=2.16.UR
- run:
- - iraf !=2.16.1,>=2.16.UR
-
diff --git a/template/post-link.sh b/template/post-link.sh
deleted file mode 100644
index 1056b72..0000000
--- a/template/post-link.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Call a common script that updates extern.pkg for the new IRAF package:
-
-"$PREFIX/bin/ac_config_iraf_pkg" pkgname
diff --git a/template/pre-unlink.sh b/template/pre-unlink.sh
deleted file mode 100644
index 2d221ce..0000000
--- a/template/pre-unlink.sh
+++ /dev/null
@@ -1 +0,0 @@
-"$PREFIX/bin/ac_config_iraf_pkg" --remove pkgname
diff --git a/template/ur_extern.pkg b/template/ur_extern.pkg
deleted file mode 100644
index 402520f..0000000
--- a/template/ur_extern.pkg
+++ /dev/null
@@ -1,6 +0,0 @@
-# ftp://iraf.noao.edu/iraf/v216/REPO
-reset adccdrom = UR_VDIR
-task adccdrom.pkg = adccdrom$adccdrom.cl
-reset helpdb= ( envget("helpdb") + ",adccdrom$lib/helpdb.mip" )
-reset aproposdb= ( envget("aproposdb") + ",adccdrom$lib/apropos.db" )
-
diff --git a/template/ur_mkpkg_patterns b/template/ur_mkpkg_patterns
deleted file mode 100644
index e69de29..0000000
--- a/template/ur_mkpkg_patterns
+++ /dev/null