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

[eve] add eve library #22179

Merged
merged 5 commits into from
Dec 29, 2021
Merged
Show file tree
Hide file tree
Changes from 3 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
17 changes: 17 additions & 0 deletions ports/eve/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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-string": "v2021.10.0",
"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": "v2021.10.0",
"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": "8adef3f50e60cce402f2fce33afeb7eacd789798",
"version-string": "v2021.10.0",
"port-version": 0
}
]
}