Skip to content

Commit

Permalink
Update version, remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Aug 29, 2024
1 parent fbb442b commit 7d8ab13
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions Formula/casacore.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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 <boost/test/unit_test.hpp>
#include <boost/filesystem/operations.hpp>
+#include <boost/filesystem/directory.hpp>

#include <casacore/tables/Tables/ArrayColumn.h>
#include <casacore/tables/Tables/Table.h>

0 comments on commit 7d8ab13

Please sign in to comment.