mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: b/Bazel/CROSSTOOL.patch new file: k/Keras/Keras-2.1.2-Tensorflow-1.2.1-Python-3.6.1.eb new file: l/LAMMPS/LAMMPS-17Jan2018-intel-2017a.eb new file: o/OpenSSL/OpenSSL-1.0.2n.eb new file: t/Tensorflow/Tensorflow-1.2.1-Python-3.6.1.eb deleted: l/LAMMPS/log.lammps
20 lines
633 B
Plaintext
20 lines
633 B
Plaintext
name = 'OpenSSL'
|
|
version = '1.0.2n'
|
|
|
|
homepage = 'http://www.openssl.org/'
|
|
description = """The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured,
|
|
and Open Source toolchain implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
|
|
protocols as well as a full-strength general purpose cryptography library. """
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.openssl.org/source/']
|
|
|
|
dependencies = [('zlib', '1.2.11', '', True)]
|
|
|
|
#runtest = 'test'
|
|
|
|
moduleclass = 'system'
|