Skip to content

Commit

Permalink
Merge pull request easybuilders#19426 from pavelToman/20231214134739_…
Browse files Browse the repository at this point in the history
…new_pr_glog060

{devel}[GCCcore/11.3.0] glog v0.6.0
  • Loading branch information
branfosj authored Dec 17, 2023
2 parents 77cacef + 6812f31 commit c692536
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions easybuild/easyconfigs/g/glog/glog-0.6.0-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'CMakeMake'

name = 'glog'
version = '0.6.0'

homepage = 'https://github.com/google/glog'
description = "A C++ implementation of the Google logging module."

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'cstd': 'c++11'}

source_urls = ['https://github.com/google/glog/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6']

builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
]

dependencies = [
('gflags', '2.2.2'),
('libunwind', '1.6.2'),
]

configopts = '-DBUILD_SHARED_LIBS=ON '

sanity_check_paths = {
'files': ['include/glog/logging.h', 'include/glog/raw_logging.h', 'lib/libglog.%s' % SHLIB_EXT],
'dirs': [],
}

moduleclass = 'devel'

0 comments on commit c692536

Please sign in to comment.