Skip to content

Commit

Permalink
Try to get gromacs on Windows to use gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Jan 17, 2025
1 parent 57a244a commit 808ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/md_crds/gromacs/Makefile.xdrfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifneq ($(PATCHES),)
endif
ifneq ($(filter $(MSYSTEM),MSYS MINGW64),)
# Though it says 'mingw32' inspection of the generated static library shows x86_64
cd $(XDRFILE_LIB_SOURCE) ; env $(ENV_CONFIGURE) ./configure --build=x86_64-w64-mingw32 --enable-shared --with-pic
cd $(XDRFILE_LIB_SOURCE) ; env $(ENV_CONFIGURE) ./configure --build=x86_64-w64-mingw32 --enable-shared --with-pic CC=gcc
else
cd $(XDRFILE_LIB_SOURCE) ; env $(ENV_CONFIGURE) ./configure --enable-shared --with-pic
endif
Expand Down

0 comments on commit 808ec00

Please sign in to comment.