You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
various ports: use correct cmake variable for libfmt
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ long_description {*}${description} \
|
||||
patchfiles patch-spdlog-header-only.diff
|
||||
|
||||
set port_libfmt libfmt10
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
|
||||
# Cxx 2017 needed, as of latest 3.1.x releases
|
||||
|
||||
@@ -28,7 +28,7 @@ depends_build-append \
|
||||
depends_lib-append port:libarchive \
|
||||
port:libfmt9
|
||||
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/libfmt9/cmake
|
||||
|
||||
if {${subport} eq ${name}} {
|
||||
|
||||
@@ -28,7 +28,7 @@ checksums rmd160 76b559445ea24468c4d70bd8690afcec261ebd99 \
|
||||
size 667891
|
||||
|
||||
set port_libfmt libfmt11
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
|
||||
depends_build-append \
|
||||
|
||||
@@ -55,7 +55,7 @@ configure.args-append \
|
||||
variant fmt_external description {Use external fmt library instead of bundled} {
|
||||
patchfiles-append \
|
||||
patch-spdlog-fmt-external.diff
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/libfmt${libfmt_ver}/cmake
|
||||
depends_lib-append \
|
||||
port:libfmt${libfmt_ver}
|
||||
|
||||
@@ -34,7 +34,7 @@ legacysupport.use_mp_libcxx \
|
||||
set port_libfmt libfmt9
|
||||
configure.pkg_config_path-append \
|
||||
${prefix}/lib/${port_libfmt}/pkgconfig
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
configure.ldflags-append \
|
||||
-L${prefix}/lib/${port_libfmt}
|
||||
|
||||
@@ -50,7 +50,7 @@ if {$subport eq ${name}} {
|
||||
size 320501020
|
||||
|
||||
set port_libfmt libfmt9
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
|
||||
depends_build-append path:bin/pkg-config:pkgconfig \
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ patchfiles diff-CMakeLists.txt-use-system-nlohmann_json.patch \
|
||||
diff-mlx-CMakeLists.txt-prefer-local-includes.patch
|
||||
|
||||
set port_libfmt libfmt12
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
|
||||
depends_extract-append \
|
||||
|
||||
@@ -21,9 +21,9 @@ long_description This is a c++ implementation of Lie groups commonly used for
|
||||
and SE(3) to represent rigid body transformations (i.e. rotations and translations) in 2d and 3d.
|
||||
|
||||
set port_libfmt libfmt9
|
||||
cmake.module_path-append \
|
||||
cmake.prefix_path-append \
|
||||
${prefix}/lib/${port_libfmt}/cmake
|
||||
|
||||
|
||||
depends_lib-append path:share/pkgconfig/eigen3.pc:eigen3 \
|
||||
port:${port_libfmt}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user