mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libatomic-ops] update repo/homepage URL, turn off tests compilation (#48613)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ivmai/libatomic_ops
|
||||
REPO bdwgc/libatomic_ops
|
||||
REF "v${VERSION}"
|
||||
SHA512 3980e52faaef12fe5794389a88c985124b408e7c2051aae5966939ee1577cd0b7a9e807a373791086f38fb82a7dc2bd062ebbe8efc1124383060f78625fb99cc
|
||||
HEAD_REF master
|
||||
@@ -9,6 +9,7 @@ vcpkg_from_github(
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
-Denable_docs=OFF
|
||||
OPTIONS_DEBUG
|
||||
-Dinstall_headers=OFF
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "libatomic-ops",
|
||||
"version": "7.10.0",
|
||||
"port-version": 1,
|
||||
"description": "The atomic_ops project (Atomic memory update operations portable implementation)",
|
||||
"homepage": "https://github.com/ivmai/libatomic_ops",
|
||||
"homepage": "https://github.com/bdwgc/libatomic_ops",
|
||||
"license": "MIT OR GPL-2.0-or-later",
|
||||
"dependencies": [
|
||||
{
|
||||
|
||||
@@ -4622,7 +4622,7 @@
|
||||
},
|
||||
"libatomic-ops": {
|
||||
"baseline": "7.10.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libavif": {
|
||||
"baseline": "1.3.0",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "39c3630fd2bc1b0e4a8753c214a28fc3e50976ea",
|
||||
"version": "7.10.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7de96f122092175f9e2f327a0d65921a86c068fe",
|
||||
"version": "7.10.0",
|
||||
|
||||
Reference in New Issue
Block a user