Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add java options to build scripts #3127

Merged
merged 3 commits into from
Jun 15, 2023

Commits on Jun 14, 2023

  1. Add java options to build scripts

    Previously, cmakehdf5 turned on compiling of the java interface
    by default due to a value set in cacheinit.cmake.
    
    Now, consistent with how Fortran and CPP interfaces are handled,
    the script overwrites this default value to disable the libraries,
    fixing HDFGroup#2958.
    
    I also implemented the --enable-java/--disable java options for
    cmakehdf5, and -java for buildhdf5.
    
    Allen said these scripts should mention that
    compilers are to be specified in environment variables, but missing
    compilers causes errors at the CMake level, and
    CMake's error messages are already pretty informative (See the one
    in HDFGroup#2958 about JAVA_COMPILER).
    mattjala committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    564eb02 View commit details
    Browse the repository at this point in the history
  2. Codespell

    mattjala committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c21f900 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d3c953f View commit details
    Browse the repository at this point in the history