mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is hdf5oct. MATLAB compatible high-level functions for HDF5 file I/O.
9 lines
267 B
Text
9 lines
267 B
Text
--- Makefile.orig 2024-07-14 02:44:32 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-OCTAVE ?= octave
|
|
+OCTAVE ?= octave-cli -H
|
|
MKOCTFILE ?= mkoctfile
|
|
|
|
H5FLAGS=$(shell ${OCTAVE} --eval 's="";if __octave_config_info__().build_features.HDF5==1,s="-DHAVE_HDF5";end;printf(s)') \
|