I think it should be updated... Not sure what the convention with octave modules is.
in our code base we have that same section as:
set(OCTAVE_PACKAGE_INSTALL_DIR) if (UNIX OR CYGWIN) execute_process(COMMAND "${OCTAVE_CONFIG_EXECUTABLE}" -p CANONICAL_HOST_TYPE OUTPUT_VARIABLE OCTAVE_PLATFORM OUTPUT_STRIP_TRAILING_WHITESPACE) set(OCTAVE_PACKAGE_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/octave/site/oct/${OCTAVE_PLATFORM}) else() set(OCTAVE_PACKAGE_INSTALL_DIR ${MISC_PREFIX}bindings/octave) endif()
```
so basically we ask octave, where it should be installed. So I wonder where the SBML folder is coming from.
thanks Frank
Hm, indeed. Must be some stupid error on my side. Please close (I cannot close the ticket, it seems).
Log in to post a comment.
in our code base we have that same section as:
```
so basically we ask octave, where it should be installed. So I wonder where the SBML folder is coming from.
thanks
Frank
Last edit: Frank Bergmann 2015-06-11
Hm, indeed. Must be some stupid error on my side. Please close (I cannot close the ticket, it seems).