early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/linalg/portfile.cmake
vendored
Executable file
11
externals/vcpkg/ports/linalg/portfile.cmake
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
#header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sgorsten/linalg
|
||||
REF v2.1
|
||||
SHA512 48d8248ea1bca3d4fe35d038690f496cd0c8c9469d76eca684668ce6fef5df0eb9556f9b49e4da90e2c2e8ef475791877aa815c3f9437c097fbfc303134d02d7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
configure_file(${SOURCE_PATH}/UNLICENSE ${CURRENT_PACKAGES_DIR}/share/linalg/copyright COPYONLY)
|
||||
configure_file(${SOURCE_PATH}/linalg.h ${CURRENT_PACKAGES_DIR}/include/linalg.h COPYONLY)
|
||||
6
externals/vcpkg/ports/linalg/vcpkg.json
vendored
Executable file
6
externals/vcpkg/ports/linalg/vcpkg.json
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "linalg",
|
||||
"version-string": "2.1",
|
||||
"port-version": 1,
|
||||
"description": "linalg.h is a single header public domain linear algebra library for C++11"
|
||||
}
|
||||
Reference in New Issue
Block a user