Thomas Hahn
|
2ec749ad4b
|
Remove pip3 install command from Dockerfile
|
2024-03-22 15:26:07 -04:00 |
|
Nils Wentzell
|
2fd6922983
|
Update requirements.txt with dependencies for documentation builds
|
2024-03-11 16:34:21 -04:00 |
|
Nils Wentzell
|
c2fcb83ac1
|
Disable notes about C++ ABI changes when using gcc
|
2024-03-06 10:43:32 -05:00 |
|
Thomas Hahn
|
a3a49e514a
|
Update macos build instructions in Jenkinsfile and build.yml
|
2024-03-05 10:11:26 -05:00 |
|
Nils Wentzell
|
44580aad29
|
Additional corrections to 8d850803
|
2024-03-04 17:51:58 -05:00 |
|
Nils Wentzell
|
9c6917526c
|
[cmake] Do not define DEBUG macros for RelWithDebInfo builds
|
2024-03-04 17:25:14 -05:00 |
|
Nils Wentzell
|
7bac90fdcb
|
[cmake] Correct target file inclusion PATH to be absolute
|
2024-03-01 13:55:40 -05:00 |
|
Nils Wentzell
|
8d850803cb
|
[cmake] Only use GNUInstallDirs for LIBDIR
|
2024-03-01 13:55:33 -05:00 |
|
Nils Wentzell
|
e92057573d
|
[cmake] Fix target inclusion directory to use GNUInstallDirs
|
2024-03-01 10:38:01 -05:00 |
|
Thomas Hahn
|
1ac5c875e4
|
[cmake] Use unstable branch of cpp2py
|
2024-02-28 16:10:12 -05:00 |
|
Nils Wentzell
|
d202f698fe
|
[cmake] Minor improvements in top-level CMakeLists.txt
|
2024-02-27 12:19:10 -05:00 |
|
Nils Wentzell
|
3e1a77116e
|
[cmake] Consistently use GNUInstallDirs for install commands
|
2024-02-27 12:06:45 -05:00 |
|
Nils Wentzell
|
f6e53b6ef2
|
[jenkins] Add ubuntu-intel build
|
2024-02-16 11:56:00 -05:00 |
|
Nils Wentzell
|
a4565a1b34
|
Set proper GNU install dirs also in env vars file
|
2024-01-30 10:55:59 -05:00 |
|
Nils Wentzell
|
f6a2e9802a
|
[cmake] Use GNUInstallDirs to obtain installation directories
|
2024-01-30 10:51:58 -05:00 |
|
Nils Wentzell
|
e3b947aee8
|
[cmake] Set policy CMP0144 to new
|
2023-12-06 16:47:17 -05:00 |
|
Nils Wentzell
|
1a7a9af4e7
|
Fix typo in Jenkinsfile
|
2023-12-05 16:33:29 -05:00 |
|
Henri Menke
|
373d30ab61
|
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: Henri Menke <henri@henrimenke.de>
|
2023-10-31 18:24:37 -04:00 |
|
Henri Menke
|
99b65a348b
|
Fix settings environment variables
|
2023-10-31 18:24:37 -04:00 |
|
Henri Menke
|
6b2d9b2bfb
|
Allow manual dispatch and triggering action from other workflow
|
2023-10-25 11:20:33 -04:00 |
|
Henri Menke
|
2c70bdfada
|
Prevent unintentional parallelization in OpenBLAS
|
2023-10-25 11:20:33 -04:00 |
|
Henri Menke
|
2e3e7d7feb
|
Use ccache to speed up compilation
|
2023-10-25 11:20:33 -04:00 |
|
Alexander Hampel
|
ab04e46ebf
|
[build] add packaging directory to cmake
|
2023-09-27 13:44:47 -04:00 |
|
Nils Wentzell
|
f4fb3278ee
|
[cmake] Run Debug checks also in RelWithDebInfo build mode
|
2023-09-27 11:14:33 -04:00 |
|
Nils Wentzell
|
93ee35d25e
|
[jenkins] For sanitized build use RelWithDebInfo build mode
|
2023-09-27 11:14:33 -04:00 |
|
Nils Wentzell
|
b4fb9624e3
|
Remove numpydoc sources from doc/sphinxext
|
2023-09-27 11:14:33 -04:00 |
|
Alexander Hampel
|
dfe7c014fe
|
[build] automatically set version in packaging
|
2023-09-26 15:24:08 -04:00 |
|
Nils Wentzell
|
0ca04d26a7
|
Raise shm size for docker run commands to comply with mkl requirements
|
2023-09-18 17:25:48 -04:00 |
|
Nils Wentzell
|
057c239461
|
Skip image and binary files in replace_and_rename
|
2023-09-13 14:52:08 -04:00 |
|
Nils Wentzell
|
a5ab612302
|
Use python3 instead of python2 in replace_and_rename.py script
|
2023-09-13 14:50:44 -04:00 |
|
Thomas Hahn
|
1320dda5c3
|
[cmake] Change target for compiler warnings
|
2023-08-24 12:38:37 -04:00 |
|
Nils Wentzell
|
72029ee2ba
|
[cmake] Fix sanitizer target names
|
2023-08-21 17:56:39 -04:00 |
|
Thomas Hahn
|
54d4be9e08
|
[cmake] Add compiler warnings for IntelLLVM
|
2023-08-21 17:50:58 -04:00 |
|
Nils Wentzell
|
74491922a8
|
[cmake] Do not find find cpp2py when PythonSupport==OFF and subproject
|
2023-08-15 16:13:54 -04:00 |
|
Alexander Hampel
|
c08a0923f4
|
[build] add libcxx flags for clang workflows
|
2023-08-15 13:54:10 -04:00 |
|
Nils Wentzell
|
c0afc3c44b
|
[cmake] Protect against redefining santizier targets
|
2023-08-04 14:52:46 -04:00 |
|
Nils Wentzell
|
cb99846580
|
[cmake] Install bash files contained in doc pages
|
2023-08-03 16:20:11 -04:00 |
|
Alexander Hampel
|
071f4b16a6
|
Update README.md
|
2023-08-02 15:13:45 -04:00 |
|
Nils Wentzell
|
59674b1b9a
|
[cmake] Do not check doc build options as subproject
|
2023-07-26 15:36:55 -04:00 |
|
Nils Wentzell
|
fdfe1277cc
|
Do not build documentation for subprojects
|
2023-07-26 14:55:30 -04:00 |
|
Nils Wentzell
|
f23ebdf228
|
[cmake] Extend extract_flags.cmake to include cxx_std_23
|
2023-07-21 12:47:04 -04:00 |
|
Nils Wentzell
|
089a5f5ab2
|
[cmake] Include build options for TSAN and MSAN
|
2023-07-07 16:32:42 -04:00 |
|
Nils Wentzell
|
b463d5efe6
|
Disable C++20 compat warnings
|
2023-07-06 14:57:02 -04:00 |
|
Nils Wentzell
|
c8955dcc0c
|
[ghactions] Fix llvm version number for ubuntu env
|
2023-06-26 14:52:20 -04:00 |
|
Nils Wentzell
|
8c67d5e9d3
|
Rename easybuild file and update conda meta yaml with version number
|
2023-06-26 14:37:04 -04:00 |
|
Nils Wentzell
|
e28230abe4
|
[gitignore] Ignore doc/_autosummary directory
|
2023-06-26 11:59:29 -04:00 |
|
Nils Wentzell
|
c750d6e376
|
[cmake] Bump Version to 3.2.0, require triqs v3.2, raise cmake req to 3.20
|
2023-06-22 15:04:44 -04:00 |
|
Nils Wentzell
|
9f9b93aa99
|
[jenkins] Remove redundant '-DBuild_Deps=Always' from cmake configuration
|
2023-06-12 17:40:47 -04:00 |
|
Nils Wentzell
|
17e0ef69e8
|
[doc] Include plot source by default
|
2023-06-07 16:34:48 -04:00 |
|
Nils Wentzell
|
8afb22b7bf
|
[doc] Update conf.py to not show source-links and format links by default
|
2023-06-07 16:19:26 -04:00 |
|