Skip to content

Commit

Permalink
Push iraf core to 2.18.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 18, 2024
1 parent 1ecd46e commit 7c9e56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PKGS = core.pkg ximtool.pkg xgterm.pkg ctio.pkg fitsutil.pkg mscred.pkg \

core.pkg:
mkdir -p $(BUILDDIR)/iraf
curl -L https://github.com/iraf-community/iraf/archive/refs/tags/v2.18.tar.gz | \
curl -L https://github.com/iraf-community/iraf/archive/refs/tags/v2.18.1rc1.tar.gz | \
tar xzf - -C $(BUILDDIR)/iraf --strip-components=1
$(MAKE) -C $(BUILDDIR)/iraf
mkdir -p $(INSTDIR)/iraf
Expand All @@ -54,7 +54,7 @@ core.pkg:
--root $(INSTDIR)/iraf \
--install-location / \
$(PKGBUILD_ARG) \
--version 2.18 \
--version 2.18.1rc1 \
$@

ximtool.pkg: core.pkg
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ macOS](https://iraf-community.github.io/install.html#macos) web page.

### Software versions

* IRAF [2.18](https://github.com/iraf-community/iraf/releases/tag/v2.18),
* IRAF [2.18.1rc1](https://github.com/iraf-community/iraf/releases/tag/v2.18.1rc1),
* X11IRAF [2.2rc1](https://github.com/iraf-community/x11iraf/releases/tag/v2.2rc1),
* ctio [a6113fe](https://github.com/iraf-community/iraf-ctio/tree/a6113fe), 2023-11-12
* fitsutil [v2024.07.06](https://github.com/iraf-community/iraf-fitsutil/releases/tag/v2024.07.06),
Expand Down

0 comments on commit 7c9e56a

Please sign in to comment.