[vcpkg baseline][cnl] Disable tests (#18767)

This commit is contained in:
Phoebe 2021-07-07 04:29:20 +08:00 committed by GitHub
parent 110c89fc6a
commit a6cefc0e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 5 deletions

View File

@ -1,4 +0,0 @@
Source: cnl
Version: 1.1.7
Description: A Compositional Numeric Library for C++
Homepage: https://github.com/johnmcfarlane/cnl

View File

@ -0,0 +1,15 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73111fc..a0cb3db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@ project(cnl)
cmake_minimum_required(VERSION 3.5.1)
-include(CTest)
-add_subdirectory("test")
+# include(CTest)
+# add_subdirectory("test")
# the CNL library
add_library(Cnl INTERFACE)

View File

@ -5,6 +5,8 @@ vcpkg_from_github(
REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7 REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7
SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572 SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
HEAD_REF main HEAD_REF main
PATCHES
disable-test.patch
) )
vcpkg_configure_cmake( vcpkg_configure_cmake(

7
ports/cnl/vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "cnl",
"version-string": "1.1.7",
"port-version": 1,
"description": "A Compositional Numeric Library for C++",
"homepage": "https://github.com/johnmcfarlane/cnl"
}

View File

@ -1326,7 +1326,7 @@
}, },
"cnl": { "cnl": {
"baseline": "1.1.7", "baseline": "1.1.7",
"port-version": 0 "port-version": 1
}, },
"coin": { "coin": {
"baseline": "4.0.0", "baseline": "4.0.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3fe1aa7188d2e673265a0c1f20616bdf647c7390",
"version-string": "1.1.7",
"port-version": 1
},
{ {
"git-tree": "645e64c52fc7d6d9570376aba9c684ca45038f54", "git-tree": "645e64c52fc7d6d9570376aba9c684ca45038f54",
"version-string": "1.1.7", "version-string": "1.1.7",