Skip to content

Commit 44dddc6

Browse files
committed
pybdsf: migrate from legacy boost meta-package to libboost* packages
1 parent 29f7fb9 commit 44dddc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pybdsf/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- cmake >=3.18, <4
1818
- python {{ python }}
1919
- numpy {{ numpy }}
20-
- ibboost-devel # For boost headers
20+
- libboost-devel # For boost headers
2121
- ninja
2222

2323

@@ -29,12 +29,12 @@ requirements:
2929
- numpy {{ numpy }}
3030
- setuptools >=65 # Use <60.0 to avoid setuptools compatibility issues with distutils. distutils is deprecated and it will be removed in Python 3.12., for older version of python it will remain present. this should be changed later for 3.12
3131
- scikit-build >=0.13
32-
- ibboost-devel # For boost headers
32+
- libboost-devel # For boost headers
3333
- wheel
3434

3535
run:
3636
- python {{ python }}
37-
- ibboost-devel # For boost headers
37+
- libboost-devel # For boost headers
3838
- astropy
3939
- {{ pin_compatible('numpy', lower_bound='2.2.6') }}
4040
- matplotlib-base

0 commit comments

Comments
 (0)