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

[marchingcubecpp] New port #43195

Merged
merged 1 commit into from
Jan 12, 2025
Merged
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
20 changes: 20 additions & 0 deletions ports/marchingcubecpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# header-only library
set(VCPKG_BUILD_TYPE release)

vcpkg_from_github(
talregev marked this conversation as resolved.
Show resolved Hide resolved
OUT_SOURCE_PATH SOURCE_PATH
REPO aparis69/MarchingCubeCpp
REF f03a1b3ec29b1d7d865691ca8aea4f1eb2c2873d
SHA512 879204bbfe6a9ad6a6b050b2ba5126884e0b7d01c883d7319dc1deed0c3f6d1658493ba4b39bfcce8c9643739e812d2d69cdbd9be92cd728e0fcccfeb64f898e
)

# Install source files
file(INSTALL
"${SOURCE_PATH}/MC.h"
"${SOURCE_PATH}/noise.h"
DESTINATION
"${CURRENT_PACKAGES_DIR}/include/${PORT}"
)

# Install license
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/README.md")
7 changes: 7 additions & 0 deletions ports/marchingcubecpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "marchingcubecpp",
"version-date": "2023-09-11",
"description": "Marching cube implementation.",
"homepage": "https://github.com/aparis69/MarchingCubeCpp",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5812,6 +5812,10 @@
"baseline": "24.08.2",
"port-version": 1
},
"marchingcubecpp": {
"baseline": "2023-09-11",
"port-version": 0
},
"mariadb-connector-cpp": {
"baseline": "1.1.5",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/m-/marchingcubecpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "905890d4ab4df5bbf4a358fb34c6fb4eb711477e",
"version-date": "2023-09-11",
"port-version": 0
}
]
}