mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/vipster: update 1.19.1b-14 → 1.19.1b-109
This commit is contained in:
parent
4c859788ed
commit
a02aef0dd2
3 changed files with 14 additions and 25 deletions
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= vipster
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.19.1b-14
|
||||
DISTVERSIONSUFFIX= -g7168a1b
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.19.1b-109
|
||||
DISTVERSIONSUFFIX= -gfb4a6ed
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -14,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= catch>0:devel/catch \
|
||||
cli11>0:devel/cli11 \
|
||||
libfmt>0:devel/libfmt \
|
||||
nlohmann-json>0:devel/nlohmann-json
|
||||
LIB_DEPENDS= libfmt.so:devel/libfmt \
|
||||
libtinyexpr.so:math/tinyexpr
|
||||
|
||||
USES= cmake compiler:c++17-lang gl
|
||||
USE_GL= gl
|
||||
|
@ -24,16 +24,19 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sgsaenger
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -ltinyexpr
|
||||
|
||||
OPTIONS_DEFINE= DESKTOP LAMMPS PYTHON
|
||||
OPTIONS_DEFAULT= DESKTOP
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CMAKE_OFF= VIPSTER_DOWNLOAD_DEPENDENCIES
|
||||
CMAKE_OFF= VIPSTER_DOWNLOAD_DEPENDENCIES \
|
||||
BUILD_TESTING
|
||||
|
||||
DESKTOP_DESC= Build QT-based desktop app
|
||||
DESKTOP_CMAKE_BOOL= VIPSTER_DESKTOP
|
||||
DESKTOP_USES= qt:5
|
||||
DESKTOP_USE= QT=core,gui,widgets,buildtools:build,qmake:build
|
||||
DESKTOP_USES= qt:6
|
||||
DESKTOP_USE= QT=base
|
||||
|
||||
LAMMPS_DESC= Interactive LAMMPS in desktop app
|
||||
LAMMPS_CMAKE_BOOL= VIPSTER_LAMMPS
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1608634398
|
||||
SHA256 (sgsaenger-vipster-v1.19.1b-14-g7168a1b_GH0.tar.gz) = 132a343289ca79e398f81bd503bccd05a2d280d313ea8106f32810cd7cce4258
|
||||
SIZE (sgsaenger-vipster-v1.19.1b-14-g7168a1b_GH0.tar.gz) = 3512824
|
||||
TIMESTAMP = 1703897413
|
||||
SHA256 (sgsaenger-vipster-v1.19.1b-109-gfb4a6ed_GH0.tar.gz) = 7a657617306b0a7f0a138ee6cdba8b0b2a503af8eea0c25b0314c5002865d09a
|
||||
SIZE (sgsaenger-vipster-v1.19.1b-109-gfb4a6ed_GH0.tar.gz) = 4454116
|
||||
|
|
|
@ -1,31 +1,20 @@
|
|||
%%DESKTOP%%bin/vipster
|
||||
include/vipster/atom.h
|
||||
include/vipster/atom.py.h
|
||||
include/vipster/bond.h
|
||||
include/vipster/bond.py.h
|
||||
include/vipster/configfile.h
|
||||
include/vipster/configfile.py.h
|
||||
include/vipster/crystal.h
|
||||
include/vipster/data.h
|
||||
include/vipster/data.py.h
|
||||
include/vipster/fileio.h
|
||||
include/vipster/fileio.py.h
|
||||
include/vipster/filter.h
|
||||
include/vipster/global.h
|
||||
include/vipster/global.py.h
|
||||
include/vipster/iotuple.h
|
||||
include/vipster/ioutil.h
|
||||
include/vipster/kpoints.h
|
||||
include/vipster/kpoints.py.h
|
||||
include/vipster/molecule.h
|
||||
include/vipster/molecule.py.h
|
||||
include/vipster/namedenum.h
|
||||
include/vipster/parameters.h
|
||||
include/vipster/parameters.py.h
|
||||
include/vipster/periodictable.h
|
||||
include/vipster/periodictable.py.h
|
||||
include/vipster/plugin.h
|
||||
include/vipster/plugin.py.h
|
||||
include/vipster/plugins/cpmdinput.h
|
||||
include/vipster/plugins/cube.h
|
||||
include/vipster/plugins/json.h
|
||||
|
@ -38,22 +27,19 @@ include/vipster/plugins/pwoutput.h
|
|||
include/vipster/plugins/xsf.h
|
||||
include/vipster/plugins/xyz.h
|
||||
include/vipster/presets.h
|
||||
include/vipster/presets.py.h
|
||||
include/vipster/settings.h
|
||||
include/vipster/staticmap.h
|
||||
include/vipster/step.h
|
||||
include/vipster/step.py.h
|
||||
include/vipster/stepbase.h
|
||||
include/vipster/stepformatter.h
|
||||
include/vipster/stepselection.h
|
||||
include/vipster/vec.h
|
||||
include/vipster/vec.py.h
|
||||
include/vipster/version.h
|
||||
lib/cmake/Vipster-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/Vipster.cmake
|
||||
lib/libvipster.so
|
||||
lib/libvipster.so.1
|
||||
lib/libvipster.so.1.19.1
|
||||
lib/libvipster.so.1.20.0
|
||||
share/applications/com.github.sgsaenger.vipster.desktop
|
||||
share/icons/hicolor/128x128/apps/vipster.png
|
||||
share/metainfo/com.github.sgsaenger.vipster.appdata.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue