Tags: hjmallon/hunter
Tags
Fix Hunter on Windows MSVC CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTUR… …E 'ARM64' (#655) * Fixed problem where you could not use Hunter on Windows ARM64 * Fixed problem where you could not use Hunter on Windows ARM64 * Fixed problem where you could not use Hunter on Windows ARM64
Boost: Add support for iOS simulator-only builds (ruslo#617) * Boost: Add support for iOS simulator-only builds * Fix Simulator-only builds with arm64 and x86_64 * hunter_dump_cmake_flags was setting iphoneos-version-min rather than ios-simulator-version-min for simulator builds which was forcing the arm64 slice to be a device slice rather than a simulator slice.
ceres-solver: update to v2.1.0-p0 with OpenBLAS support (#643) Update `ceres-solver` to `v2.1.0-p0`. Add option `WITH_OPENBLAS` (disabled in Hunter per default) to build against `OpenBLAS` instead of generic `LAPACK`. `OpenBLAS` `v0.3.21` provides a f2c-converted `LAPACK` `v3.9.0` copy, which is used when building without a Fortran compiler. This enables us to have a C++ only build, making static libraries easier (no fortran runtime libs anymore). Update dynLAPACK example with the new OpenBLAS settings (for SuiteSparse as well). * SuiteSparse: fix WITH_OPENBLAS setting, LAPACK doesn't have this flag
SuiteSparse: update to v1.6.1 (SuiteSparse v5.4.0), with METIS and OP… …ENBLAS (#642) Starting with this new version change the default of BUILD_METIS to ON. This enables new Cholmod based orderings in the upcoming ceres-solver v2.2 release. Also build against OpenBLAS per default. OpenBLAS v0.3.21 provides a f2c-converted LAPACK v3.9.0 copy, which is used when building without a Fortran compiler. This enables us to have a C++ only build, making static libraries easier (no fortran runtime libs anymore).
<
A2D5
div class="d-flex inline float-right">
OpenBLAS: starting with 0.3.21 build with LAPACK support per default (r… …uslo#639) Starting with OpenBLAS 0.3.21 a f2c-converted copy of LAPACK 3.9.0 is available as fallback when "no fortran compiler" is specified. This means we get full BLAS/LAPACK support with just a normal C++ compiler. From the release notes: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.21 > - when no Fortran compiler is available, OpenBLAS builds will now automatically > build LAPACK from an f2c-converted copy of LAPACK 3.9.0 unless the NO_LAPACK option > is specified (more recent releases make too heavy use of Fortran90+ features to be easily convertible to C) Also disable the building of tests when building for Hunter to save time
OpenSSL: Fix build on universal windows platforms, add UWP job to glo… …bal build matrix (ruslo#626) OpenSSL: - add arch type for uwp app disabling forbidden fibers CI: - add uwp pipeline `vs-16-2019-win64-store-10-cxx17` to default workflow matrix using `windows-2019` as OS
Boost: update to v1.79.0 (#599) Update Boost package to v1.79.0. Release notes: https://www.boost.org/users/history/version_1_79_0.html
PreviousNext