Skip to content

Commit

Permalink
[eve] add eve library (#22179)
Browse files Browse the repository at this point in the history
* add eve library

* add eve library

* add eve library

* Reindent portfile.cmake, use version-date, and rebuild version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
kreuzerkrieg and BillyONeal authored Dec 29, 2021
1 parent 3edde7d commit 7cbac84
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ports/eve/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
message(WARNING "EVE requires a C++ 20 compliant compiler. GCC-11 and clang-12 are known to work.")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jfalcou/eve
REF v2021.10.0
SHA512 bdac483d07c968cfe2cd2e0f26df68f0e3b6cd83fbfe4b89650dc58fb534fd37c5540682283a2ee29a82e87bdfc678beac3651e40cde5b4cf30c20ea8304c72c
HEAD_REF master
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/eve" RENAME copyright)
18 changes: 18 additions & 0 deletions ports/eve/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "eve",
"version-date": "2021-10-16",
"description": "EVE - the Expressive Vector Engine",
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/html/pages.html",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,10 @@
"baseline": "ca7cb332011ec37",
"port-version": 1
},
"eve": {
"baseline": "2021-10-16",
"port-version": 0
},
"evpp": {
"baseline": "0.7.0",
"port-version": 5
Expand Down
9 changes: 9 additions & 0 deletions versions/e-/eve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "95251169868c628e8099f89d14671ef946fd918d",
"version-date": "2021-10-16",
"port-version": 0
}
]
}

0 comments on commit 7cbac84

Please sign in to comment.