Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ports/cnl/CONTROL

This file was deleted.

15 changes: 15 additions & 0 deletions ports/cnl/disable-test.patch
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 2 additions & 0 deletions ports/cnl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ vcpkg_from_github(
REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7
SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
HEAD_REF main
PATCHES
disable-test.patch
)

vcpkg_configure_cmake(
Expand Down
7 changes: 7 additions & 0 deletions ports/cnl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@
},
"cnl": {
"baseline": "1.1.7",
"port-version": 0
"port-version": 1
},
"coin": {
"baseline": "4.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cnl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3fe1aa7188d2e673265a0c1f20616bdf647c7390",
"version-string": "1.1.7",
"port-version": 1
},
{
"git-tree": "645e64c52fc7d6d9570376aba9c684ca45038f54",
"version-string": "1.1.7",
Expand Down