mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
[libatomic-ops] Disable docs (#24105)
* [libatomic-ops] Disable docs * version * Fix license * uppercase * version * confusing license terms * version
This commit is contained in:
parent
1c9b23ba2b
commit
bdd4b345ee
@ -8,7 +8,8 @@ vcpkg_from_github(
|
|||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
PREFER_NINJA
|
OPTIONS
|
||||||
|
-Denable_docs=OFF
|
||||||
OPTIONS_DEBUG
|
OPTIONS_DEBUG
|
||||||
-Dinstall_headers=OFF
|
-Dinstall_headers=OFF
|
||||||
)
|
)
|
||||||
@ -17,8 +18,8 @@ vcpkg_cmake_install()
|
|||||||
vcpkg_cmake_config_fixup(PACKAGE_NAME atomic_ops CONFIG_PATH lib/cmake/atomic_ops)
|
vcpkg_cmake_config_fixup(PACKAGE_NAME atomic_ops CONFIG_PATH lib/cmake/atomic_ops)
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||||
|
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
|
|
||||||
|
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "libatomic-ops",
|
"name": "libatomic-ops",
|
||||||
"version": "7.7.0",
|
"version": "7.7.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
|
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
|
||||||
|
"homepage": "https://github.com/ivmai/libatomic_ops",
|
||||||
|
"license": null,
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -3402,7 +3402,7 @@
|
|||||||
},
|
},
|
||||||
"libatomic-ops": {
|
"libatomic-ops": {
|
||||||
"baseline": "7.7.0",
|
"baseline": "7.7.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
"baseline": "0.9.2",
|
"baseline": "0.9.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a0165283f0349283e2d14bd752fc428fb9fffd6b",
|
||||||
|
"version": "7.7.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6d7b45bb0c10342d8e43900fab12f2baab4eb6a1",
|
"git-tree": "6d7b45bb0c10342d8e43900fab12f2baab4eb6a1",
|
||||||
"version": "7.7.0",
|
"version": "7.7.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user