mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +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
|
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()
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user