- Jul 28, 2022
- Jul 08, 2022
- Jul 07, 2022
-
-
Brad King authored
Merge-request: !7452
-
- Jul 06, 2022
-
-
Since commit 2c9e623e (Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK library, 2021-05-05, v3.21.0-rc1~192^2) we try the `-fortranlibs` option as a dependency of the NVHPC LAPACK. That flag is specific to the NVHPC/PGI compilers, so use it conditionally with them. Without this modification, CMake fails to find LAPACK if - compiler ID is GNU - `BLA_STATIC` is `ON` - `BLA_VENDOR` is not defined or set to `All` Fixes: #23705, #22878
-
- Jun 11, 2022
-
-
Brad King authored
Merge-request: !7350
-
- Jun 10, 2022
-
-
Brad King authored
On some Xcode versions, `xcodebuild` may warn: ... xcodebuild[...] [MT] DVTSDK: Warning: SDK path collision for path ... Teach RunCMake to drop such incidental lines before matching against expected output.
-
Brad King authored
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs.
-
Brad King authored
Xcode 14 no longer accepts an empty signing identity for macOS. However, Xcode in general does not accept an ad-hoc signing identity for iOS. Switch based on the target platform. Fixes: #23609
-
- Jun 01, 2022
-
-
Brad King authored
- May 31, 2022
- May 27, 2022
- May 24, 2022
-
-
Brad King authored
e2fe1d17 libarchive: Update build within CMake after changes in 3.5.3 ac5e5247 libarchive: include archive_platform.h first in blake2s sources b93d8b17 Merge branch 'upstream-LibArchive' into update-libarchive 9fd16c5b LibArchive 2022-02-08 (673c1eae) de38c892 libarchive: Update script to get 3.5.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7294
-
Brad King authored
-
Brad King authored
This is the libarchive convention in all other `.c` sources. It ensures that the configured `_WIN32_WINNT` value is defined before including any system headers.
-
Brad King authored
* upstream-LibArchive: LibArchive 2022-02-08 (673c1eae)
-
Code extracted from: https://github.com/libarchive/libarchive.git at commit 673c1eae896c837081a627807b9d5e990684dbf7 (v3.5.3).
-
Brad King authored
-
- May 19, 2022
- May 16, 2022
-
-
Brad King authored
Merge-request: !7266
-
- May 12, 2022
-
-
Brad King authored
Merge-request: !7258
-
Brad King authored
Fix the ENV save/restore added by commit 36979f5b (FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_LIBRARY_PATH in environment, 2021-07-13, v3.22.0-rc1~407^2) to unset the variable if it was originally not set. While at it, clarify the value to which we temporarily set it. The `pkg-config` and `pkgconf` tools only check that the variable is set, and do not care about the value. Set it to a more true-looking value. Issue: #22148
-
- Apr 26, 2022
- Apr 25, 2022
-
-
Brad King authored
-
Xcode on Apple Silicon warns not only about AMSupportURL classes but also many more.
-
Brad King authored
On some Xcode versions, `xcodebuild` may warn: ... xcodebuild[...] Requested but did not find extension point with identifier ... Teach RunCMake to drop such incidental lines before matching against expected output.
-