mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:22:54 +08:00
[exprtk] Update ExprTk (#16458)
* Update ExprTk * Modify portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
8e31229c72
commit
80976fc216
@ -1,4 +1,4 @@
|
||||
Source: exprtk
|
||||
Version: 2020-09-14
|
||||
Version: 2021-01-01
|
||||
Homepage: http://www.partow.net/programming/exprtk/index.html
|
||||
Description: Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Copyright 1999-2020 Arash Partow
|
||||
Copyright 1999-2021 Arash Partow
|
||||
http://www.partow.net/programming/exprtk/index.html
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
@ -1,9 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ArashPartow/exprtk
|
||||
REF d312ba91419c9cb12c8279fd3a19096d39dfcb5e # accessed on 2020-09-14
|
||||
SHA512 c8145e2fdd6ecbed2a1a82d0e7e5e1e5545f42d2bb02700fb52f31012e959d4e070e0e04e5e13d1879d62f7a9c61c692462ce3cca44144670f97db84f572be09
|
||||
REF ca5c577917646ddba3f71ce6d5dd7d01f351ee80
|
||||
SHA512 bb4e36cec74c5e583c417000e4b20dc878572f0eeceffdae021dcdc0cc3e4186be150ca446722ce6a497c9cd4f8bbe51098894207ce711b33139fffb5dd2f6a4
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/exprtk)
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
|
@ -1849,7 +1849,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"exprtk": {
|
||||
"baseline": "2020-09-14",
|
||||
"baseline": "2021-01-01",
|
||||
"port-version": 0
|
||||
},
|
||||
"ezc3d": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "497f4b1dc2da32e75f934ba6d0e496a4dc0b01ae",
|
||||
"version-string": "2021-01-01",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8052628829fe4c863db89f423ea72afb169db258",
|
||||
"version-string": "2020-09-14",
|
||||
|
Loading…
Reference in New Issue
Block a user