ports/math/octave-forge-hdf5oct/files/patch-Makefile
Stephen Montgomery-Smith 9b994116d0 math/octave-forge-hdf5oct: New port.
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.
2024-07-14 19:50:57 -05:00

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)') \