1
1
[ ![ DOI] ( https://zenodo.org/badge/doi/10.5281/zenodo.11910.png )] ( http://dx.doi.org/10.5281/zenodo.11910 )
2
2
[ ![ Travis CI build status] ( https://travis-ci.org/PCMSolver/pcmsolver.svg?branch=release%2F1.Y )] ( https://travis-ci.org/PCMSolver/pcmsolver )
3
- [ ![ Magnum CI build status] ( https://magnum-ci.com/status/9207aa29405095b0b7aef0cd809ed6c2.svg?branch=release%2F1.Y )] ( https://magnum-ci.com/builds )
4
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/pcmsolver/badge/?version=stable )] ( http://pcmsolver.readthedocs.org/en/latest/?badge=latest )
5
4
[ ![ Coverage Status] ( https://coveralls.io/repos/PCMSolver/pcmsolver/badge.svg?branch=release%2F1.Y )] ( https://coveralls.io/r/PCMSolver/pcmsolver?branch=release )
6
5
[ ![ Coverity Scan Build] ( https://scan.coverity.com/projects/3046/badge.svg )] ( https://scan.coverity.com/projects/3046 )
@@ -10,11 +9,11 @@ PCMSolver
10
9
11
10
An API for the Polarizable Continuum Model.
12
11
13
- - [ Project website] ( https://gitlab .com/PCMSolver/pcmsolver )
12
+ - [ Project website] ( https://github .com/PCMSolver/pcmsolver )
14
13
- [ Changelog] ( CHANGELOG.md )
15
14
- [ Documentation] ( http://pcmsolver.readthedocs.io )
16
15
- [ Build and test history] ( https://travis-ci.org/PCMSolver/pcmsolver/builds )
17
- - [ Nightly build dashboard] ( https://testboard.org/cdash/index.php?project=PCMSolver )
16
+ - [ Build dashboard] ( https://testboard.org/cdash/index.php?project=PCMSolver )
18
17
- Version 1.1.10 available
19
18
- Licensed under [ LGPLv3] ( LICENSE )
20
19
- CMake infrastructure managed * via* [ Autocmake] ( http://autocmake.readthedocs.io/ )
@@ -30,11 +29,8 @@ Continuous integration builds
30
29
31
30
All CI builds are triggered by push events to any branch.
32
31
Travis CI runs release builds using [ ccache] ( https://ccache.samba.org/ ) to speed up compilation.
33
- Magnum CI runs debug builds.
34
32
The outcome of the CI builds is deployed to the [ build dashboard] ( https://testboard.org/cdash/index.php?project=PCMSolver )
35
33
36
- - Ubuntu 12.04 LTS 64-bit. GCC 4.6, Python 2.7.3, CMake 3.4.2
37
- This is the environment offered by [ Magnum CI] ( https://magnum-ci.com )
38
34
- Ubuntu 12.04 LTS 64-bit with CMake 3.3.2 and Boost 1.55.0 this is the
39
35
environment offered by [ Travis CI] ( https://travis-ci.org ) pulling in various
40
36
PPA. Python and Python packages are installed and managed _ via_ Conda within
@@ -70,20 +66,3 @@ is triggered by pushes to the `coverity_scan` branch. It is run on
70
66
Ubuntu 12.04 LTS 64-bit with Python 2.7, CMake 3.3.2 and Boost 1.55.0
71
67
this is the environment offered by [ Travis CI] ( https://travis-ci.org ) pulling
72
68
in various PPA. GCC 5.1 is used, in debug mode.
73
-
74
- Nightly builds
75
- --------------
76
-
77
- * OUTDATED INFORMATION*
78
-
79
- - CentOS 6.6. Intel 12.1.2, Python 2.7.3, CMake 3.1.0
80
- - CentOS 6.6. Intel 13.0, Python 2.7.3, CMake 3.1.0
81
- - CentOS 6.6. Intel 13.4, Python 2.7.3, CMake 3.1.0
82
- - CentOS 6.6. Intel 14.0, Python 2.7.3, CMake 3.1.0
83
- - CentOS 6.6. Intel 15.0, Python 2.7.9, CMake 3.2.2.
84
- Uses Boost 1.58.0
85
- - CentOS 6.6. GCC 4.4.7, Python 2.7.3, CMake 3.1.0
86
- - CentOS 6.6. GCC 4.7.2, Python 2.7.3, CMake 3.1.0
87
- - CentOS 6.6. GCC 4.9.1, Python 2.7.3, CMake 3.1.0
88
- - OS X 10.10.5 Yosemite. LLVM 7.0.0 , GFortran 5.2.0, Python 2.7.10, CMake 3.3.2
89
- Uses Boost 1.58.0 from the Homebrew repositories.
0 commit comments