easyconfigs-it4i/n/NSS/NSS-3.39-GCCcore-6.3.0.eb
Lukáš Krupčík 9f32b453a7 new file: d/DBus/DBus-1.13.6-GCCcore-6.3.0.eb
new file:   d/dill/dill-0.2.9-Py-2.7.eb
	new file:   h/HDF5/HDF5-1.10.2-foss-2017a.eb
	new file:   m/multiprocess/multiprocess-0.70.7-Py-2.7.eb
	new file:   m/multiprocess/test.py
	new file:   n/NSPR/NSPR-4.20-GCCcore-6.3.0.eb
	new file:   n/NSS/NSS-3.39-GCCcore-6.3.0.eb
	new file:   o/OpenFOAM/OpenFOAM-5.0-intel-2017a-uv.eb
	new file:   o/OpenFOAM/OpenFOAM-6-intel-2017a.eb
	new file:   "o/OpenFOAM/etenv(\"EBROOTOPENFOAM\", root)"
	new file:   p/ParaView/ParaView-5.4.1-foss-2017a-mpi-uv.eb
	new file:   p/ParaView/ParaView-5.4.1-intel-2017a-mpi-uv.eb
	new file:   q/Qt5/Qt5-5.11.2-GCC-6.3.0-2.27.eb
	new file:   q/Qt5/Qt5-5.9.3-intel-2017a.eb
	new file:   s/som/som-1.1-gompi-2019.02.eb
	new file:   t/TRIQS/TRIQS-1.4.1-gompi-2019.02.eb
	deleted:    o/OpenFOAM/OpenFOAM-6-foss-2017b-noGUI.eb
	deleted:    q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27-uv.eb
2019-02-06 07:27:20 +01:00

46 lines
1.4 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'MakeCp'
name = 'NSS'
version = '3.39'
homepage = 'https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS'
description = """Network Security Services (NSS) is a set of libraries designed to support cross-platform development
of security-enabled client and server applications."""
toolchain = {'name': 'GCCcore', 'version': '6.3.0'}
source_urls = ['https://ftp.mozilla.org/pub/security/nss/releases/NSS_%(version_major)s_%(version_minor)s_RTM/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['NSS-%(version)s_pkgconfig.patch']
checksums = [
'6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b', # nss-3.39.tar.gz
'5c4b55842e5afd1e8e67b90635f6474510b89242963c4ac2622d3e3da9062774', # NSS-3.39_pkgconfig.patch
]
builddependencies = [('binutils', '2.27')]
dependencies = [
('NSPR', '4.20'),
('zlib', '1.2.11', '', True),
]
# building in parallel fails
parallel = 1
# fix for not being able to find header files
buildopts = 'BUILD_OPT=1 USE_64=1 CPATH="$EBROOTNSPR/include/nspr:$CPATH" && '
# also install pkgconfig file (see patch)
buildopts += "cd config && make PREFIX=%(installdir)s BUILD_OPT=1 USE_64=1 && cd -"
files_to_copy = ['../dist/Linux*.OBJ/*', (['../dist/public/*'], 'include')]
sanity_check_paths = {
'files': ['lib/libnss.a'],
'dirs': ['bin', 'include/dbm', 'include/nss'],
}
modextrapaths = {'CPATH': 'include/nss'}
moduleclass = 'lib'