mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
science/vipster: Update 1.14.1a -> 1.15b
This commit is contained in:
parent
f71358810f
commit
3548279ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493801
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= vipster
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.14.1a
|
||||
DISTVERSION= 1.15b
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -28,4 +28,10 @@ DESKTOP_USE= QT=core,gui,widgets,buildtools_build,qmake_build
|
||||
PYTHON_CMAKE_BOOL= PYTHON
|
||||
PYTHON_BROKEN= Bundles pybind11: https://github.com/sgsaenger/vipster/issues/23
|
||||
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DTESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
./test_lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1547659440
|
||||
SHA256 (sgsaenger-vipster-v1.14.1a_GH0.tar.gz) = 16f3b0af6d709a83bb9563a168500303acb0673c2a0cd9e031b0568974254fb8
|
||||
SIZE (sgsaenger-vipster-v1.14.1a_GH0.tar.gz) = 1090794
|
||||
TIMESTAMP = 1551035825
|
||||
SHA256 (sgsaenger-vipster-v1.15b_GH0.tar.gz) = 700f0656e4201a7727a8794f0a58d5e2ce4fcf24ee41e302262b94ae7c472333
|
||||
SIZE (sgsaenger-vipster-v1.15b_GH0.tar.gz) = 1169532
|
||||
|
@ -1,43 +1,47 @@
|
||||
%%DESKTOP%%bin/vipster
|
||||
include/libvipster/atom.h
|
||||
include/libvipster/atomcontainers.h
|
||||
include/libvipster/bond.h
|
||||
include/libvipster/cell.h
|
||||
include/libvipster/configfile.h
|
||||
include/libvipster/crystal.h
|
||||
include/libvipster/data.h
|
||||
include/libvipster/global.h
|
||||
include/libvipster/io.h
|
||||
include/libvipster/io/configs.h
|
||||
include/libvipster/io/cpmdinput/config.h
|
||||
include/libvipster/io/cpmdinput/param.h
|
||||
include/libvipster/io/cpmdinput/plugin.h
|
||||
include/libvipster/io/cube/plugin.h
|
||||
include/libvipster/io/fmt.h
|
||||
include/libvipster/io/lmpinput/config.h
|
||||
include/libvipster/io/lmpinput/plugin.h
|
||||
include/libvipster/io/lmptrajec/plugin.h
|
||||
include/libvipster/io/parameters.h
|
||||
include/libvipster/io/plugin.h
|
||||
include/libvipster/io/pwinput/config.h
|
||||
include/libvipster/io/pwinput/param.h
|
||||
include/libvipster/io/pwinput/plugin.h
|
||||
include/libvipster/io/pwoutput/plugin.h
|
||||
include/libvipster/io/xsf/plugin.h
|
||||
include/libvipster/io/xyz/config.h
|
||||
include/libvipster/io/xyz/plugin.h
|
||||
include/libvipster/kpoints.h
|
||||
include/libvipster/molecule.h
|
||||
include/libvipster/pse.h
|
||||
include/libvipster/settings.h
|
||||
include/libvipster/step.h
|
||||
include/libvipster/stepconst.h
|
||||
include/libvipster/stepmutable.h
|
||||
include/libvipster/stepsel.h
|
||||
include/libvipster/vec.h
|
||||
include/vipster/atom.h
|
||||
include/vipster/bond.h
|
||||
include/vipster/cell.h
|
||||
include/vipster/configfile.h
|
||||
include/vipster/crystal.h
|
||||
include/vipster/data.h
|
||||
include/vipster/global.h
|
||||
include/vipster/io.h
|
||||
include/vipster/io/configs.h
|
||||
include/vipster/io/cpmdinput/config.h
|
||||
include/vipster/io/cpmdinput/param.h
|
||||
include/vipster/io/cpmdinput/plugin.h
|
||||
include/vipster/io/cube/plugin.h
|
||||
include/vipster/io/fmt.h
|
||||
include/vipster/io/lmpinput/config.h
|
||||
include/vipster/io/lmpinput/plugin.h
|
||||
include/vipster/io/lmptrajec/plugin.h
|
||||
include/vipster/io/orca/param.h
|
||||
include/vipster/io/orca/plugin.h
|
||||
include/vipster/io/parameters.h
|
||||
include/vipster/io/plugin.h
|
||||
include/vipster/io/pwinput/config.h
|
||||
include/vipster/io/pwinput/param.h
|
||||
include/vipster/io/pwinput/plugin.h
|
||||
include/vipster/io/pwoutput/plugin.h
|
||||
include/vipster/io/util.h
|
||||
include/vipster/io/xsf/plugin.h
|
||||
include/vipster/io/xyz/config.h
|
||||
include/vipster/io/xyz/plugin.h
|
||||
include/vipster/kpoints.h
|
||||
include/vipster/molecule.h
|
||||
include/vipster/pse.h
|
||||
include/vipster/pyvipster.h
|
||||
include/vipster/settings.h
|
||||
include/vipster/step.h
|
||||
include/vipster/stepconst.h
|
||||
include/vipster/stepmutable.h
|
||||
include/vipster/stepsel.h
|
||||
include/vipster/vec.h
|
||||
include/vipster/version.h
|
||||
lib/libvipster.so
|
||||
lib/libvipster.so.1
|
||||
lib/libvipster.so.1.14
|
||||
lib/libvipster.so.1.15
|
||||
%%DESKTOP%%share/applications/vipster.desktop
|
||||
%%DESKTOP%%share/icons/hicolor/128x128/apps/vipster.png
|
||||
%%DESKTOP%%share/metainfo/vipster.appdata.xml
|
||||
|
Loading…
Reference in New Issue
Block a user