Skip to content
Snippets Groups Projects
Commit cc700660 authored by Jens Henrik Göbbert's avatar Jens Henrik Göbbert
Browse files

add cppzmq

parent 10a0ba28
No related branches found
No related tags found
No related merge requests found
# ll4strw Lorentz Institute
easyblock = 'CMakeMake'
name = 'cppzmq'
version = '4.9.0'
homepage = 'https://github.com/zeromq/cppzmq'
description = "cppzmq is a C++ binding for libzmq."
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/zeromq/%(name)s/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['3fdf5b100206953f674c94d40599bdb3ea255244dcc42fab0d75855ee3645581']
builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
('ZeroMQ', '4.3.4'),
]
separate_build_dir = True
sanity_check_paths = {
'files': ['include/zmq.hpp'],
'dirs': ['include', 'lib'],
}
moduleclass = 'lib'
...@@ -95,6 +95,9 @@ software: ...@@ -95,6 +95,9 @@ software:
- name: 'Colmap' - name: 'Colmap'
owner: 'goebbert1' owner: 'goebbert1'
base: True base: True
- name: 'cppzmq'
owner: 'goebbert1'
base: True
- name: 'CVXOPT' - name: 'CVXOPT'
owner: 'goebbert1' owner: 'goebbert1'
mpi: True mpi: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment