-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87998c1
commit 493b8db
Showing
477 changed files
with
46,676 additions
and
5,757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
============================= | ||
SCINE - Open Source Utilities | ||
============================= | ||
|
||
Introduction | ||
============ | ||
------------ | ||
|
||
This repository contains functionality which is used in most SCINE modules. | ||
It is vital for the correct functioning of all SCINE modules, but it does not | ||
directly provide any functionality for end users. Therefore, only developers | ||
of SCINE need to directly interact with this repository. | ||
|
||
License and Copyright Information | ||
================================= | ||
--------------------------------- | ||
|
||
For license and copyright information, see the file `LICENSE.txt` in this | ||
For license and copyright information, see the file ``LICENSE.txt`` in this | ||
directory. | ||
|
||
Installation and Usage | ||
====================== | ||
---------------------- | ||
|
||
As a user of one of the SCINE modules (such as Sparrow), you do not need | ||
to set up Open Source Utilities yourself. Instead, this is done as part of the | ||
|
@@ -26,7 +25,7 @@ instructions are only necessary for developers of SCINE, or those interfacing | |
this library directly. | ||
|
||
Dependencies | ||
------------ | ||
............ | ||
|
||
Required software, minimum required versions in brackets, for this SCINE project are: | ||
|
||
|
@@ -36,7 +35,7 @@ Required software, minimum required versions in brackets, for this SCINE project | |
- Eigen3 (3.3.2) | ||
|
||
Installation | ||
------------ | ||
............ | ||
|
||
In order to compile this as a SCINE developer, execute the following | ||
commands:: | ||
|
@@ -51,14 +50,21 @@ commands:: | |
make test | ||
make install | ||
|
||
Known Issues | ||
------------ | ||
|
||
Due to a `bug <https://github.com/boostorg/process/issues/62>`_ in boost | ||
version 1.69.0, linkage against this version will result in a leakage | ||
of file handles if the ORCA and Gaussian Calculators are called repeatedly. | ||
|
||
Support and Contact | ||
=================== | ||
------------------- | ||
|
||
In case you should encounter problems or bugs, please write a short message | ||
to [email protected]. | ||
|
||
Third-Party Libraries Used | ||
========================== | ||
-------------------------- | ||
|
||
SCINE Utilities makes use of the following third-party libraries: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dev
updated
21 files
+8 −3 | CHANGELOG.rst | |
+3 −4 | CONTRIBUTING.rst | |
+2 −3 | README.rst | |
+34 −15 | cmake/AddEigen.cmake | |
+14 −29 | cmake/ComponentSetup.cmake | |
+488 −0 | cmake/FindLAPACKE.cmake | |
+1 −1 | cmake/ImportCore.cmake | |
+3 −3 | cmake/ImportGTest.cmake | |
+2 −1 | cmake/ImportIRC.cmake | |
+126 −0 | cmake/ImportLibint.cmake | |
+1 −1 | cmake/ImportMolassembler.cmake | |
+2 −2 | cmake/ImportPybind11.cmake | |
+1 −1 | cmake/ImportUtilsOS.cmake | |
+44 −0 | cmake/ImportXtb.cmake | |
+0 −1 | cmake/README.rst | |
+50 −38 | cmake/TargetLibName.cmake | |
+114 −0 | conan/README.rst | |
+91 −41 | conan/base.py | |
+25 −0 | conan/glue/gtest.cmake | |
+87 −3 | conan/hook.cmake | |
+17 −2 | conan/utils.py |
Oops, something went wrong.