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 msys2 config via mingw32 and mingw64 #1

Merged

Conversation

mkitti
Copy link

@mkitti mkitti commented Apr 17, 2023

I used the following commands to obtain these files.

nproc=8
../configure --enable-cxx --enable-fortran
make -j -C src H5Tinit.c
make -j${nproc} -C fortran/src H5fortran_types.F90 H5f90i_gen.h H5_gen.F90
make -j${nproc} -C hl/fortran/src H5LTff_gen.F90 H5TBff_gen.F90
mkdir binarybuilder
cp src/H5Tinit.c fortran/src/H5fortran_types.F90 fortran/src/H5f90i_gen.h fortran/src/H5_gen.F90 hl/fortran/src/H5LTff_gen.F90 hl/fortran/src/H5TBff_gen.F90 config.status binarybuilder/

@mkitti mkitti mentioned this pull request Apr 18, 2023
@eschnett eschnett merged commit c229edc into eschnett:eschnett/hdf5-cross Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants