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

[exprtk] Add version 0.0.3 2024-01-01 #43036

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
8 changes: 4 additions & 4 deletions ports/exprtk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArashPartow/exprtk
REF 806C519C91FD08BA4FA19380DBF3F6E42DE9E2D1
SHA512 A323CCAF161FD0087FD8208D1B24C2A3FD422F8875E29B22AE70E6DD2F10F396F6BF1AD36D3FFDC10D32314AE8F83749974301A349BE0F27733292BCF5193640
REF A4B17D543F072D2E3BA564E4BC5C3A0D2B05C338
SHA512 17CFD8521BF7E9213131351F697983F8E33E00CEC4EEE43FAF2FEE4C3FB6A9BEDAE54C84BD69CF64E8CCBCA353C2AED7048DCF6FC20F631CF23C8219C02A68F2
HEAD_REF master
)

file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${CMAKE_CURRENT_LIST_DIR}/copyright")
3 changes: 1 addition & 2 deletions ports/exprtk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "exprtk",
"version-date": "2022-01-01",
"port-version": 2,
"version-date": "2024-01-01",
"description": "Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine.",
"homepage": "https://www.partow.net/programming/exprtk/index.html",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2637,8 +2637,8 @@
"port-version": 0
},
"exprtk": {
"baseline": "2022-01-01",
"port-version": 2
"baseline": "2024-01-01",
"port-version": 0
},
"ezc3d": {
"baseline": "1.5.11",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/exprtk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "22b626e7087c25b22345130b5ccea1dab9ee9b10",
"version-date": "2024-01-01",
"port-version": 0
},
{
"git-tree": "f643b034afeb28a7e39b6556eb78594aa49181a4",
"version-date": "2022-01-01",
Expand Down