svn commit: r530494 - in branches/2020Q2/science/lammps: . files

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 3 14:14:27 UTC 2020


Author: pkubaj
Date: Fri Apr  3 14:14:17 2020
New Revision: 530494
URL: https://svnweb.freebsd.org/changeset/ports/530494

Log:
  MFH: r530493
  
  science/lammps: don't set -march=native
  
  It breaks compilation on some architectures and runtime on others.
  
  Approved by:	portmgr (build fix blanket)

Added:
  branches/2020Q2/science/lammps/files/
     - copied from r530493, head/science/lammps/files/
Modified:
  branches/2020Q2/science/lammps/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/science/lammps/Makefile
==============================================================================
--- branches/2020Q2/science/lammps/Makefile	Fri Apr  3 14:13:14 2020	(r530493)
+++ branches/2020Q2/science/lammps/Makefile	Fri Apr  3 14:14:17 2020	(r530494)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lammps
 PORTVERSION=	${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/}
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri at FreeBSD.org


More information about the svn-ports-all mailing list