Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cppad] update to 20240000.7 #41330

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion ports/cppad/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO coin-or/CppAD
REF "${VERSION}"
SHA512 d4eaa8fc4ba5d059009c15bf30dd0ec3f1a14515dfb514de630b5df371fd351524af7d9cfc09d6f9155c09a1d92ad5e41f426377f720d056f04d8491a5eb5abd
SHA512 a2e9b90246a78319d2a50347e03ee7a4e807e059200d834290981b5fc4ff99e1964c420f606a36b6cacb21d5b254f34edbafa660242b260a828e2259686f40cd
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cppad/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$comment": "See related issue for compilation failure on UWP and ARM: https://github.com/microsoft/vcpkg/pull/12560#issuecomment-668412073",
"name": "cppad",
"version": "20240000.6",
"version": "20240000.7",
"description": "CppAD: A Package for Differentiation of C++ Algorithms",
"homepage": "https://github.com/coin-or/CppAD",
"license": "EPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@
"port-version": 0
},
"cppad": {
"baseline": "20240000.6",
"baseline": "20240000.7",
"port-version": 0
},
"cppcms": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d69e902bac2437d6ccb8828d183d1d00d5ff8a4b",
"version": "20240000.7",
"port-version": 0
},
{
"git-tree": "323a35cbd75bb978954048bdbae1f650a865ca7d",
"version": "20240000.6",
Expand Down