From 7d8ab1388e2a80dc9e72ade9ae81aaef36e62cdf Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema Date: Thu, 29 Aug 2024 11:18:59 +0200 Subject: [PATCH] Update version, remove patch --- Formula/casacore.rb | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/Formula/casacore.rb b/Formula/casacore.rb index b6e31f5..939b62f 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" @@ -17,10 +17,6 @@ class Casacore < Formula 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 +48,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