mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
Update eigen3's portfile to use new gitlab repo (#9821)
* Update eigen3's portfile to use new gitlab repo The official GitHub mirror at https://github.com/eigenteam/eigen-git-mirror is deprecated and soon will be removed. * Bump eigen3's version * Update eigen3's homepage * Update hash
This commit is contained in:
parent
9986c559b8
commit
1046c297c7
@ -1,4 +1,4 @@
|
||||
Source: eigen3
|
||||
Version: 3.3.7-3
|
||||
Homepage: https://bitbucket.org/eigen/eigen
|
||||
Version: 3.3.7-4
|
||||
Homepage: http://eigen.tuxfamily.org
|
||||
Description: C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
|
||||
|
@ -2,11 +2,12 @@ include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_buildpath_length_warning(37)
|
||||
|
||||
vcpkg_from_github(
|
||||
vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.com
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eigenteam/eigen-git-mirror
|
||||
REPO libeigen/eigen
|
||||
REF 3.3.7
|
||||
SHA512 270ab9b5c22e09aa0e70d1a26995523c5c21fb0f09da45c137c11ab4c7700fe2bdb2b343c1e063bea4be5ae61d2313ff29ebbcad519dc355a568792b4a6e9e48
|
||||
SHA512 4cc3717b9cbe78335e05f724919497214edd482d4812aeb1a9fd6da5b3f6d1b194bb93ed0dab9e734b4334a5b88e8f8c339c43c1b2044332286ef5e758f9ecf4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user