mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 04:14:27 +02:00
build: Dependencies updated to gsl-lite/0.38.1 and catch2/2.13.7
This commit is contained in:
@@ -38,7 +38,7 @@ class UnitsConan(ConanFile):
|
|||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
requires = (
|
requires = (
|
||||||
"fmt/7.1.3",
|
"fmt/7.1.3",
|
||||||
"gsl-lite/0.38.0"
|
"gsl-lite/0.38.1"
|
||||||
)
|
)
|
||||||
options = {
|
options = {
|
||||||
"downcast_mode": ["off", "on", "auto"],
|
"downcast_mode": ["off", "on", "auto"],
|
||||||
@@ -74,7 +74,7 @@ class UnitsConan(ConanFile):
|
|||||||
|
|
||||||
def build_requirements(self):
|
def build_requirements(self):
|
||||||
if self._run_tests:
|
if self._run_tests:
|
||||||
self.build_requires("catch2/2.13.4", force_host_context=True) # TODO replace with test_requires in Conan 2.0
|
self.build_requires("catch2/2.13.7", force_host_context=True) # TODO replace with test_requires in Conan 2.0
|
||||||
self.build_requires("wg21-linear_algebra/0.7.2", force_host_context=True) # TODO replace with test_requires in Conan 2.0
|
self.build_requires("wg21-linear_algebra/0.7.2", force_host_context=True) # TODO replace with test_requires in Conan 2.0
|
||||||
if self.options.build_docs:
|
if self.options.build_docs:
|
||||||
self.build_requires("doxygen/1.9.2")
|
self.build_requires("doxygen/1.9.2")
|
||||||
|
@@ -7,6 +7,8 @@
|
|||||||
- (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock`
|
- (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock`
|
||||||
- fix: account for different dimensions in `quantity_point_cast`'s constraint
|
- fix: account for different dimensions in `quantity_point_cast`'s constraint
|
||||||
- build: Minimum Conan version changed to 1.40
|
- build: Minimum Conan version changed to 1.40
|
||||||
|
- build: gsl-lite updated to 0.38.1
|
||||||
|
- build: catch2 updated to 2.13.7
|
||||||
- build: doxygen updated to 1.9.2
|
- build: doxygen updated to 1.9.2
|
||||||
- build: linear algebra switched to wg21-linear_algebra/0.7.2
|
- build: linear algebra switched to wg21-linear_algebra/0.7.2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user