Revision 620d13952083134b5c8d704e3e62b656b83fe766 authored by Bernd Machenschalk on 24 October 2017, 12:38:03 UTC, committed by Duncan Brown on 24 October 2017, 12:38:03 UTC
- It gets increasingly difficult to work with the system's
  Python (and pip) that's linked with a pretty ancient version of
  libssl.  So build an own Python with a newer openssl version.

- pyOpenSSL was probably pinned to version 0.13 by requirements of
  Pegasus, which are now obsolete, so is the pinning

- If pyssl_from=tarball, pyOpenSSL 0.13 and matching openssl-1.01p
  will be installed. Otherwise openssl-1.0.2l will be compiled and
  the latest available versiomn of pyOpenSSL will b einstalled (via
  pip).

- Python compilation: rehash to make sure to use the newly built
  versions of python and pip, check for dbhas early as if it's
  missing, something must have gone wrong already during Pythoni
  compilation / installation
1 parent cdf3255
History
File Mode Size
bin
docs
examples
pycbc
test
tools
.gitignore -rw-r--r-- 95 bytes
.landscape.yml -rw-r--r-- 324 bytes
.travis.yml -rw-r--r-- 21.3 KB
Dockerfile -rw-r--r-- 71 bytes
INSTALL -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 122 bytes
README.md -rw-r--r-- 2.0 KB
descr.rst -rw-r--r-- 1.3 KB
install_pycbc.sh -rwxr-xr-x 158 bytes
pycbc.spec -rw-r--r-- 1.8 KB
requirements.txt -rw-r--r-- 694 bytes
setup.py -rw-r--r-- 19.8 KB

README.md

back to top