Commit 6681292d authored by Michael Sherman's avatar Michael Sherman
Browse files

Fix Makefile to set gfortran flag that allows lines of any length to...

Fix Makefile to set gfortran flag that allows lines of any length to accommodate the machine-generated Fortran module.
parent b34864fb
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# Check whether this is the right capitalization for your install directory. # Check whether this is the right capitalization for your install directory.
OpenMM_INSTALL_DIR=/usr/local/openmm OpenMM_INSTALL_DIR=/usr/local/openmm
CFLAGS = -g CFLAGS = -g
FFLAGS = -g FFLAGS = -g -ffree-line-length-none
# Extra libraries required when gfortran links with a C++ module. # Extra libraries required when gfortran links with a C++ module.
# If this doesn't work, look in /usr/lib to # If this doesn't work, look in /usr/lib to
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment