Files
ports/science/namd/files/patch-config
T
Yuri Victorovich 4ceeabbde6 science/namd: Downgrade 2-12-211 -> 2.12
Direct fetch from the git server might be a license violation.
Will try to get an agreement from UIUC that the previous fetch can be returned.
Not adding PORTEPOCH, because it was nothing wrong technically with 2.12.211.

Suggested by:	linimon, adamw
2018-09-09 06:18:01 +00:00

12 lines
414 B
Plaintext

--- config.orig 2018-09-09 05:55:48 UTC
+++ config
@@ -535,7 +535,7 @@ begin:
if ( $?CHARM_OPTS ) then
echo "CHARMOPTS = $CHARM_OPTS" >> Make.config
endif
- echo 'CHARM = $(CHARMBASE)/$(CHARMARCH)' >> Make.config
+ echo 'CHARM = $(CHARMBASE)' >> Make.config
set ARCH_SUFFIX = ""
if ( $CHARM_ARCH =~ *-scyld* ) set ARCH_SUFFIX = ${ARCH_SUFFIX}-Scyld
if ( $CHARM_ARCH =~ *-clustermatic* ) then