science/spglib: Update 1.12.2 -> 1.15.1
This commit is contained in:
parent
a37af3fc46
commit
841d4e9836
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537042
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= spglib
|
PORTNAME= spglib
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.12.2
|
DISTVERSION= 1.15.1
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -11,11 +11,12 @@ COMMENT= C library for finding and handling crystal symmetries
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf libtool
|
USES= autoreconf libtool # cmake is also available now, but the header path change breaks dependencies
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= atztogo
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-static
|
CONFIGURE_ARGS= --disable-static
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1549761834
|
TIMESTAMP = 1590817272
|
||||||
SHA256 (atztogo-spglib-v1.12.2_GH0.tar.gz) = d92f5e4fa0f54cc0abd0209b81c4d5c647dae9d25b774c2296f44b8558b17976
|
SHA256 (spglib-spglib-v1.15.1_GH0.tar.gz) = b6dc2c8adcc7d0edee7a076e765c28b2941b2aeba590d213a0b4893c8af0c026
|
||||||
SIZE (atztogo-spglib-v1.12.2_GH0.tar.gz) = 1992738
|
SIZE (spglib-spglib-v1.15.1_GH0.tar.gz) = 2006773
|
||||||
|
|
|
@ -8,4 +8,4 @@ Features:
|
||||||
* Find a primitive cell
|
* Find a primitive cell
|
||||||
* Search irreducible k-points
|
* Search irreducible k-points
|
||||||
|
|
||||||
WWW: https://atztogo.github.io/spglib/
|
WWW: https://spglib.github.io/spglib/
|
||||||
|
|
Loading…
Reference in a new issue