- Jun 19, 2020
-
-
Andrea Dell'Acqua authored
-
- Jun 17, 2020
-
-
Andrea Dell'Acqua authored
-
- Jun 09, 2020
-
-
Riccardo Maria Bianchi authored
-
- Jun 08, 2020
-
-
Riccardo Maria Bianchi authored
- Apr 29, 2020
-
-
Riccardo Maria Bianchi authored
-
- Apr 24, 2020
-
-
Riccardo Maria Bianchi authored
When nlohmann_json is installed in other ways rather than by using the CMake setup included within the package, no CMake config file is installed for nlohmann_json; and so, it is not possible to use find_package( nlohmann_json ) in the CMake setup of our package. This commit fixes the build for the case, for example, when nohmann_json is installed by simply copying the single-header file into a system include folder as '/usr/local/include'.
-
- Apr 06, 2020
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Andrea Dell'Acqua authored
-
Andrea Dell'Acqua authored
-
- Mar 30, 2020
-
-
Riccardo Maria Bianchi authored
-
- Mar 27, 2020
-
-
Riccardo Maria Bianchi authored
CMake Build Configuration Updates, master branch (2020.03.12.) See merge request !1
- Mar 17, 2020
-
-
Attila Krasznahorkay authored
Had to update my feature branch to account for the renaming of the JSONParser and XMLParser packages/libraries.
-
- Mar 16, 2020
-
-
Andrea Dell'Acqua authored
-
Purp authored
renaming XMLParser to GeoModelXMLParser and JSONParser to GeoModelJSONParser (as per Attila's request)
-
- Mar 12, 2020
-
-
Attila Krasznahorkay authored
It turns out that GMP is not included in the x86_64-centos7-gcc9-opt build. So we need to take it from the system in that case instead. (The Eigen build needs that library...)
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
It turns out that on SLC6 automake uses the lib/ directory for libraries by default, while CMake would prefer to use lib64... It also turned out that the CentOS 7 image didn't have GNU Make installed in it by default.
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
In the same style in which GeoModelCore can optionally download Eigen for itself.
-
Attila Krasznahorkay authored
Since the C++ code doesn't actually directly depend on it...
-
Attila Krasznahorkay authored
At the same time switched the CI to use LCG_96b, as nlohmann_json only started appearing in LCG with that version.
-
Attila Krasznahorkay authored
Only building its upstream requirements in the first step.
-
Attila Krasznahorkay authored
This included moving all the common configuration options into the project configuration file, exporting all components in the "GeoModelTools::" namespace, setting up a semi-proper CPack configuration for the project, and cleaning the configuration as much as possible.
-
- Feb 10, 2020
-
-
Riccardo Maria Bianchi authored
- Feb 02, 2020
-
-
Joseph Boudreau authored
-
Joseph Boudreau authored
- Feb 01, 2020
-
-
Andrea Dell'Acqua authored
-
Andrea Dell'Acqua authored
-
Riccardo Maria Bianchi authored
-