Menu

#410 [PATCH] octave binding version not updated in 5.11.4

libSBML-5.11.4
closed
nobody
None
2015-06-11
2015-05-04
No

I think it should be updated... Not sure what the convention with octave modules is.

1 Attachments

Discussion

  • Frank Bergmann

    Frank Bergmann - 2015-06-11

    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

     

    Last edit: Frank Bergmann 2015-06-11
  • Zbigniew Jędrzejewski-Szmek

    Hm, indeed. Must be some stupid error on my side. Please close (I cannot close the ticket, it seems).

     
  • Frank Bergmann

    Frank Bergmann - 2015-06-11
    • status: open --> closed
    • Priority: -->
     

Log in to post a comment.

MongoDB Logo MongoDB