Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/c/ColPack/ColPack-20180108-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
easyblock = 'CMakeMake'

name = 'ColPack'
version = '20180108'
local_commit = '72f691e91d59e8eb2123f258e67a4ddc72d105ee'

homepage = 'https://github.com/opensim-org/ColPack'
description = """
ColPack is a package comprising of implementations of algorithms for the
specialized vertex coloring problems discussed in the previous section
as well as algorithms for a variety of related supporting tasks in
derivative computation.
"""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://github.com/opensim-org/colpack/archive/']
sources = [{'download_filename': '%s.zip' % local_commit, 'filename': '%(name)s-%(version)s.zip'}]
checksums = ['7f2d707e69cb02113e3bf83be47db7d4a36351ac474756e33d2a67a480617bbf']

builddependencies = {
('CMake', '3.29.3'),
}

sanity_check_paths = {
'files': ['lib/libColPack.%s' % SHLIB_EXT],
'dirs': ['include'],
}

moduleclass = 'math'
Loading