Coder Social home page Coder Social logo

Comments (9)

Neumann-A avatar Neumann-A commented on June 29, 2024 1

opened #37768 to reorder the code and put the download before the version check of python.

from vcpkg.

Osyotr avatar Osyotr commented on June 29, 2024

Maybe #37585?

from vcpkg.

Cazadorro avatar Cazadorro commented on June 29, 2024

No idea, hopefully, but I personally can't test this anymore since I found out that libsystemd is irrevocably broken with centos 7 because it requires a higher kernel version headers, and older versions don't exist in vcpkg, meaning I have to stick with older versions of vcpkg anyway. OpenCV now cannot work on Centos 7/Redhat 7 since libsystemd's introduction to vcpkg 6 months ago.

from vcpkg.

Osyotr avatar Osyotr commented on June 29, 2024

No idea, hopefully, but I personally can't test this anymore since I found out that libsystemd is irrevocably broken with centos 7 because it requires a higher kernel version headers, and older versions don't exist in vcpkg, meaning I have to stick with older versions of vcpkg anyway. OpenCV now cannot work on Centos 7/Redhat 7 since libsystemd's introduction to vcpkg 6 months ago.

How did it work before? Maybe create empty overlay for libsystemd (and probably libmount)?

from vcpkg.

Cazadorro avatar Cazadorro commented on June 29, 2024

It simply wasn't a vcpkg dependency before, I assume it used the system version of libsystemd if it was required at all.

from vcpkg.

dg0yt avatar dg0yt commented on June 29, 2024
-- Found Python version '3.8.13 at /opt/rh/rh-python38/root/usr/bin/python3'

Is this recent enough for meson?

OpenCV now cannot work on Centos 7/Redhat 7 since libsystemd's introduction to vcpkg 6 months ago.

I warned about side effects...
But you can replace the vcpkg port with an empty overlay port.

from vcpkg.

Neumann-A avatar Neumann-A commented on June 29, 2024

@BillyONeal Do I need to include the vcpkg-port-config.cmake in the portfile of the installing port to make --only-downloads work?

from vcpkg.

dg0yt avatar dg0yt commented on June 29, 2024

Do I need to include the vcpkg-port-config.cmake in the portfile of the installing port to make --only-downloads work?

AFAICT You need "to make --only-downloads work". This means to invoke code for downloading.

I guess the current version stops at

vcpkg_execute_required_process(COMMAND "${PYTHON3}" --version
            WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}"
            LOGNAME "python3-version-${TARGET_TRIPLET}")

from vcpkg.

BillyONeal avatar BillyONeal commented on June 29, 2024

Yeah, it seems like that could get ALLOW_IN_DOWNLOAD_MODE

from vcpkg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.