[octave] Without suitesparse, curl and qhall. With more libs (#40667)

This commit is contained in:
talregev 2024-08-29 09:36:48 +03:00 committed by GitHub
parent d23084e3b2
commit 663fd9f887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 6 deletions

View File

@ -35,7 +35,17 @@ vcpkg_configure_make(
AUTOCONFIG AUTOCONFIG
OPTIONS OPTIONS
--disable-docs --disable-docs
--without-amd
--without-camd
--without-ccolamd
--without-cholmod
--without-colamd
--without-curl
--without-cxsparse
--without-hdf5 --without-hdf5
--without-qhull
--without-qrupdate
--without-umfpack
) )
vcpkg_install_make() vcpkg_install_make()

View File

@ -1,22 +1,22 @@
{ {
"name": "octave", "name": "octave",
"version": "9.2.0", "version": "9.2.0",
"port-version": 1,
"description": "High-level interpreted language, primarily intended for numerical computations.", "description": "High-level interpreted language, primarily intended for numerical computations.",
"homepage": "https://octave.org/", "homepage": "https://octave.org/",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"supports": "!arm", "supports": "!arm",
"dependencies": [ "dependencies": [
"blas", "blas",
{
"name": "curl",
"default-features": false
},
"fftw3", "fftw3",
"glpk",
"lapack", "lapack",
"libsndfile",
"opengl", "opengl",
"pcre2", "pcre2",
"qhull", "portaudio",
"readline", "readline",
"sundials",
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",
"host": true "host": true

View File

@ -6426,7 +6426,7 @@
}, },
"octave": { "octave": {
"baseline": "9.2.0", "baseline": "9.2.0",
"port-version": 0 "port-version": 1
}, },
"octomap": { "octomap": {
"baseline": "1.10.0", "baseline": "1.10.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "50aea0f8c6c48fa888e1b8ef0bdd611ca14a375d",
"version": "9.2.0",
"port-version": 1
},
{ {
"git-tree": "6bb24fb39b584c5298f49de82807d011368c9eeb", "git-tree": "6bb24fb39b584c5298f49de82807d011368c9eeb",
"version": "9.2.0", "version": "9.2.0",