diff --git a/Formula/casacore-data.rb b/Formula/casacore-data.rb index e2647fb..569939f 100644 --- a/Formula/casacore-data.rb +++ b/Formula/casacore-data.rb @@ -8,8 +8,8 @@ def stage(&block) class CasacoreData < Formula desc "Ephemerides and geodetic data for casacore measures (via Astron)" homepage "https://github.com/casacore/casacore" - url "ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures_20240611-160001.ztar", using: ZtarDownloadStrategy - sha256 "2241bae966986bb7914d589084fb69e4844ef5813d7189eb414370e0583f67d2" + url "ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures_20240828-160001.ztar", using: ZtarDownloadStrategy + sha256 "75fe0f54e4f4c7ffa74f8a9efe082619d1add9bc95478004140772bb132057a0" head "ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar", using: ZtarDownloadStrategy option "with-casapy", "Use Mac CASA.App (aka casapy) data directory if found" diff --git a/Formula/casacore.rb b/Formula/casacore.rb index b6e31f5..db04ca8 100644 --- a/Formula/casacore.rb +++ b/Formula/casacore.rb @@ -1,8 +1,8 @@ class Casacore < Formula desc "Suite of C++ libraries for radio astronomy data processing" homepage "https://github.com/casacore/casacore" - url "https://github.com/casacore/casacore/archive/refs/tags/v3.5.0.tar.gz" - sha256 "63f1c8eff932b0fcbd38c598a5811e6e5397b72835b637d6f426105a183b3f91" + url "https://github.com/casacore/casacore/archive/refs/tags/v3.6.1.tar.gz" + sha256 "480d3340fa17e9ba67f18efbaff4bbb272a01d1f400d2295c0b6c86eb7abcf82" head "https://github.com/casacore/casacore.git" option "without-python", "Build without Python bindings" @@ -14,13 +14,11 @@ class Casacore < Formula depends_on "gcc" # for gfortran depends_on "gsl" depends_on "hdf5" + depends_on "ncurses" + depends_on "openblas" depends_on "readline" depends_on "wcslib" - # Apply patches at the end of the formula, in the following order: - # 1. casacore/casacore#1350 (should be in next release after 3.5.0) - patch :DATA - if build.with?("python") depends_on "python3" depends_on "numpy" @@ -52,16 +50,3 @@ def install system bin / "findmeastable", "DE405" end end - -__END__ -diff --git a/tables/Dysco/tests/testdyscostman.cc b/tables/Dysco/tests/testdyscostman.cc -index 69da97c..ae52c03 100644 ---- a/tables/Dysco/tests/testdyscostman.cc -+++ b/tables/Dysco/tests/testdyscostman.cc -@@ -1,5 +1,6 @@ - #include - #include -+#include - - #include - #include