Skip to content

Commit 43fc29d

Browse files
committed
Revert "fix meson build of sirocco interface"
This reverts commit 7a1ccd5.
1 parent 7a1ccd5 commit 43fc29d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sage/libs/meson.build

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sirocco = cc.find_library('sirocco', required: false, disabler: true)
12
# cannot be found via pkg-config
23
ecl = cc.find_library('ecl', required: false, disabler: true)
34
if not ecl.found() and not is_windows
@@ -64,12 +65,6 @@ else
6465
conf_data.set('SAGE_MAXIMA', maxima_bin.full_path())
6566
endif
6667

67-
sirocco = dependency(
68-
'libsirocco',
69-
version: '>=2.1.0',
70-
required: false,
71-
disabler: true,
72-
)
7368
braiding = dependency(
7469
'libbraiding',
7570
version: '>=1.3.1',

0 commit comments

Comments
 (0)