mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[octave] Without suitesparse, curl and qhall. With more libs (#40667)
This commit is contained in:
parent
d23084e3b2
commit
663fd9f887
@ -35,7 +35,17 @@ vcpkg_configure_make(
|
||||
AUTOCONFIG
|
||||
OPTIONS
|
||||
--disable-docs
|
||||
--without-amd
|
||||
--without-camd
|
||||
--without-ccolamd
|
||||
--without-cholmod
|
||||
--without-colamd
|
||||
--without-curl
|
||||
--without-cxsparse
|
||||
--without-hdf5
|
||||
--without-qhull
|
||||
--without-qrupdate
|
||||
--without-umfpack
|
||||
)
|
||||
|
||||
vcpkg_install_make()
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"name": "octave",
|
||||
"version": "9.2.0",
|
||||
"port-version": 1,
|
||||
"description": "High-level interpreted language, primarily intended for numerical computations.",
|
||||
"homepage": "https://octave.org/",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"supports": "!arm",
|
||||
"dependencies": [
|
||||
"blas",
|
||||
{
|
||||
"name": "curl",
|
||||
"default-features": false
|
||||
},
|
||||
"fftw3",
|
||||
"glpk",
|
||||
"lapack",
|
||||
"libsndfile",
|
||||
"opengl",
|
||||
"pcre2",
|
||||
"qhull",
|
||||
"portaudio",
|
||||
"readline",
|
||||
"sundials",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -6426,7 +6426,7 @@
|
||||
},
|
||||
"octave": {
|
||||
"baseline": "9.2.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"octomap": {
|
||||
"baseline": "1.10.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "50aea0f8c6c48fa888e1b8ef0bdd611ca14a375d",
|
||||
"version": "9.2.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6bb24fb39b584c5298f49de82807d011368c9eeb",
|
||||
"version": "9.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user