[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
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()

View File

@ -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

View File

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

View File

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