mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
new file: b/Boost/Boost-1.68.0-intel-2018a.eb
new file: o/osm2pgsql/osm2pgsql-1.2.1-intel-2018a.eb
This commit is contained in:
parent
66a8611dd5
commit
4cdab77347
26
b/Boost/Boost-1.68.0-intel-2018a.eb
Normal file
26
b/Boost/Boost-1.68.0-intel-2018a.eb
Normal file
@ -0,0 +1,26 @@
|
||||
# IT4Innovations 2020
|
||||
|
||||
name = 'Boost'
|
||||
version = '1.68.0'
|
||||
|
||||
homepage = 'http://www.boost.org/'
|
||||
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2018a'}
|
||||
toolchainopts = {'pic': True, 'usempi': True}
|
||||
|
||||
source_urls = [SOURCEFORGE_SOURCE]
|
||||
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
||||
|
||||
|
||||
dependencies = [
|
||||
('bzip2', '1.0.6', '', True),
|
||||
('zlib', '1.2.11', '', True),
|
||||
]
|
||||
|
||||
configopts = '--without-libraries=python'
|
||||
|
||||
# also build boost_mpi
|
||||
boost_mpi = True
|
||||
|
||||
moduleclass = 'devel'
|
44
o/osm2pgsql/osm2pgsql-1.2.1-intel-2018a.eb
Normal file
44
o/osm2pgsql/osm2pgsql-1.2.1-intel-2018a.eb
Normal file
@ -0,0 +1,44 @@
|
||||
# IT4Innovations 2020
|
||||
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'osm2pgsql'
|
||||
version = '1.2.1'
|
||||
|
||||
homepage = 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
|
||||
description = "osm2pgsql is a command-line based program that converts OpenStreetMap data to postGIS-enabled PostgreSQL databases"
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2018a'}
|
||||
|
||||
source_urls = ['https://github.com/openstreetmap/osm2pgsql/archive/']
|
||||
sources = ['%(version)s.tar.gz']
|
||||
|
||||
#patches = ['osm2pgsql-%(version)s_fix.patch']
|
||||
|
||||
files_to_copy = ['%(builddir)s/osm2pgsql']
|
||||
|
||||
configopts = '-DCMAKE_CXX_COMPILER=icpc -DCMAKE_CXX_FLAGS=-std=c++11'
|
||||
|
||||
separate_build_dir = True
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.16.2', '', True)
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('expat', '2.2.6', '', True),
|
||||
('PROJ_4', '4.9.2', '', True),
|
||||
('GEOS', '3.7.1', '-Py-2.7', True),
|
||||
('zlib', '1.2.11', '', True),
|
||||
('Boost', '1.68.0'),
|
||||
('Lua', '5.1.4-8', '', True),
|
||||
('bzip2', '1.0.6', '', True),
|
||||
('PostgreSQL', '11.3', '-Py-2.7', True),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/osm2pgsql'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user