mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 10:12:01 +01:00
[gaussianlib] Add new port (#7542)
This commit is contained in:
parent
60676aa909
commit
d2d518922e
4
ports/gaussianlib/CONTROL
Normal file
4
ports/gaussianlib/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: gaussianlib
|
||||
Version: 2019-08-04
|
||||
Description: Basic linear algebra C++ library for 2D and 3D applications
|
||||
Homepage: https://github.com/LukasBanana/GaussianLib
|
16
ports/gaussianlib/portfile.cmake
Normal file
16
ports/gaussianlib/portfile.cmake
Normal file
@ -0,0 +1,16 @@
|
||||
# header-only library
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO LukasBanana/GaussianLib
|
||||
REF 8630d4ac14a37f01c71bdf0c1c653e3746aa08da
|
||||
SHA512 70de394496f20fe7037782d16cfa4bcd85beefdb25094247b8b572e6bb55866be6e2c82722d705141919b91f24428dde7b32f3d8a39670e7ef324c81b1ebe7e2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/include/Gauss DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
Loading…
x
Reference in New Issue
Block a user