Skip to content

Commit

Permalink
Add wget to casacore and EveryBeam as a build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kok committed Oct 20, 2023
1 parent ad74128 commit edbef0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ builddependencies = [
('CMake', '3.24.3'),
('flex', '2.6.4'),
('Bison', '3.8.2'),
('wget', '1.21.3'),
]

dependencies = [
Expand All @@ -38,7 +39,6 @@ dependencies = [
('Boost.Python', '1.79.0'),
('SciPy-bundle', '2022.05'),
('ncurses', '6.3'),
('wget', '1.21.3'),
]

configopts = '-DBUILD_PYTHON=NO -DBUILD_PYTHON3=YES -Wno-dev -DCXX11="ON" -DDATA_DIR=%(installdir)s/data '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ checksums = [None]

builddependencies = [
('CMake', '3.24.3'),
('wget', '1.21.3'),
]

dependencies = [
Expand Down

0 comments on commit edbef0f

Please sign in to comment.