Skip to content

Commit

Permalink
progress on #253 Sagemath + plantri
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Aug 2, 2024
1 parent 7d9d4dd commit 780b9ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions 253_Sagemath_plantri/BRiAl-1.2.12-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,23 @@ description = """BRiAl is the legacy version of PolyBoRi maintained by sagemath

toolchain = {'name': 'GCC', 'version': '13.2.0'}

source_urls = ['https://github.com/BRiAl/BRiAl/releases/download/%(version)s/']
sources = ['%(namelower)s-%(version)s.tar.bz2']
source_urls = ['https://github.com/BRiAl/BRiAl/releases/download/%(version)s']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494']

dependencies = [
('Boost', '1.83.0'),
('m4ri', '20200125'),
]

# configopts = "--enable-shared "

# https://bugzilla.gnome.org/show_bug.cgi?id=655517
# prebuildopts = r"sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool"
configopts = "--with-boost=$EBROOTBOOST "

runtest = 'check'

sanity_check_paths = {
'files': ['include/polybori.h', 'lib/libbrial.%s' % SHLIB_EXT],
'dirs': ['include/polybori']
'files': ['include/polybori.h'] +
['lib/libbrial.%s' % e for e in ['a', SHLIB_EXT]],
'dirs': [],
}

moduleclass = 'math'

# TODO error
# configure: error: Could not find a version of the Boost::Unit_Test_Framework library!
2 changes: 1 addition & 1 deletion 253_Sagemath_plantri/Sagemath-10.3-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
('libbraiding', '1.2'),
('planarity', '3.0.2.0'),
('rankwidth', '0.9'),
('BRiAl', '1.2.12'), # TODO
('BRiAl', '1.2.12'),
]

use_pip = True
Expand Down

0 comments on commit 780b9ae

Please sign in to comment.