diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-octave')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-octave/portfile.cmake | 1 | ||||
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-octave/vcpkg.json | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-octave/portfile.cmake b/vcpkg/scripts/test_ports/vcpkg-ci-octave/portfile.cmake new file mode 100644 index 0000000..065116c --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-octave/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-octave/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-octave/vcpkg.json new file mode 100644 index 0000000..1bf4ba9 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-octave/vcpkg.json @@ -0,0 +1,32 @@ +{ + "name": "vcpkg-ci-octave", + "version": "0.0.0", + "description": "Test the octave feature", + "dependencies": [ + { + "name": "octave", + "features": [ + "amd", + "arpack", + "bz2", + "camd", + "ccolamd", + "cholmod", + "colamd", + "curl", + "cxsparse", + "fltk", + "fontconfig", + "freetype", + "graphicsmagick", + "gui", + "hdf5", + "klu", + "portaudio", + "qhull", + "spqr", + "umfpack" + ] + } + ] +} |