Kai Pastor
Kai Pastor
> * The internal lib is obtained from a relative path, so there is no need to specify environment variables This might not work as expected for static linkage. Environment...
@cd606 You can pin port version in manifest mode. In classic mode, you might copy the port directory from an earlier revision, and use that as an overlay port. And...
Cf. https://github.com/microsoft/vcpkg/pull/40646
Obsolete.
In vcpkg, `-fPIC` shall come from the toolchain, and it does so by default. If it is lost in that port, there is a good chance that also other flags...
> https://github.com/aliyun/aliyun-oss-cpp-sdk/blob/0632d336ac861816669a1b0eecac30fb8ff71abb/CMakeLists.txt#L81-L90 > > I think what upstream is doing with this `include` is incorrect and they should just use `find_package(OpenSSL REQUIRED)` and friends, but I don't see obviously wrong...
Now that it starts to install successfully (but empty) on osx (without XQuartz), it is proposed to limit platform support?
I didn't check the source code of this port, but - there are several ports which are expected to work with XQuartz on osx - there are several ports which...
AFAICT this lib is part of an SDK with more restrictive conditions. That's a barrier for maintaining such a feature.
> jemalloc_ep-prefix Oops, arrow building an `ExternalProject`? The port must stop this.