Coder Social home page Coder Social logo

Comments (2)

LilyWangLL avatar LilyWangLL commented on July 3, 2024

I can't reproduce this issue locally.

PS F:\SRC_REF\vcpkg\vcpkg-2024.03.25\vcpkg-2024.03.25> .\vcpkg.exe install libjpeg-turbo:x64-windows --binarysource=clear
The following packages will be built and installed:
    libjpeg-turbo:[email protected]
  * vcpkg-cmake:x64-windows@2023-05-04
  * vcpkg-cmake-config:x64-windows@2022-02-06#1
  ......
Installing 3/3 libjpeg-turbo:[email protected]...
Building libjpeg-turbo:[email protected]...
-- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.2.tar.gz -> libjpeg-turbo-libjpeg-turbo-3.0.2.tar.gz...
-- Extracting source F:/SRC_REF/vcpkg/vcpkg-2024.03.25/vcpkg-2024.03.25/downloads/libjpeg-turbo-libjpeg-turbo-3.0.2.tar.gz
-- Applying patch add-options-for-exes-docs-headers.patch
-- Applying patch workaround_cmake_system_processor.patch
-- Using source at F:/SRC_REF/vcpkg/vcpkg-2024.03.25/vcpkg-2024.03.25/buildtrees/libjpeg-turbo/src/3.0.2-c04fb0ca25.clean
-- Downloading https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/nasm-2.16.01-win64.zip;https://gstreamer.freedesktop.org/src/mirror/nasm-2.16.01-win64.zip -> nasm-2.16.01-win64.zip...
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: F:/SRC_REF/vcpkg/vcpkg-2024.03.25/vcpkg-2024.03.25/packages/libjpeg-turbo_x64-windows/lib/pkgconfig/libjpeg.pc
-- Fixing pkgconfig file: F:/SRC_REF/vcpkg/vcpkg-2024.03.25/vcpkg-2024.03.25/packages/libjpeg-turbo_x64-windows/lib/pkgconfig/libturbojpeg.pc
-- Installing: F:/SRC_REF/vcpkg/vcpkg-2024.03.25/vcpkg-2024.03.25/packages/libjpeg-turbo_x64-windows/share/libjpeg-turbo/copyright
-- Performing post-build validation
Elapsed time to handle libjpeg-turbo:x64-windows: 20 s
libjpeg-turbo:x64-windows package ABI: dee041b4a87253cd8d266780fbf279c01900b1442d6f3d1b3e02ee32aaaec3cd
Total install time: 20 s
libjpeg-turbo is compatible with built-in implementation-agnostic CMake targets:

    find_package(JPEG REQUIRED)
    target_include_directories(main PRIVATE JPEG::JPEG)

libjpeg-turbo provides CMake targets for the TurboJPEG C API:

    find_package(libjpeg-turbo CONFIG REQUIRED)
    target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libjpeg-turbo::turbojpeg>,libjpeg-turbo::turbojpeg,libjpeg-turbo::turbojpeg-static>)

from vcpkg.

github-actions avatar github-actions commented on July 3, 2024

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

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.