Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c14d327dfe | |||
| e52c0b195c | |||
| e08eaf6a77 | |||
|
|
c513e196c2 | ||
| bcdda83e84 | |||
|
|
d2c3c37efd | ||
|
|
4512975772 |
35
1032.patch
35
1032.patch
@@ -1,35 +0,0 @@
|
||||
From 9a29a3a82ea23c5159d43b0f25218601e12085b4 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Cho <michael@michaelcho.dev>
|
||||
Date: Thu, 25 Apr 2024 14:14:54 -0400
|
||||
Subject: [PATCH] Fix build with Boost 1.85.0
|
||||
|
||||
Signed-off-by: Michael Cho <michael@michaelcho.dev>
|
||||
---
|
||||
csg/src/libcsg/modules/io/pdbreader.cc | 1 -
|
||||
xtp/src/libxtp/calculators/kmcmultiple.cc | 1 +
|
||||
2 files changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/csg/src/libcsg/modules/io/pdbreader.cc b/csg/src/libcsg/modules/io/pdbreader.cc
|
||||
index 14b259ee8b..3686806e9d 100644
|
||||
--- a/csg/src/libcsg/modules/io/pdbreader.cc
|
||||
+++ b/csg/src/libcsg/modules/io/pdbreader.cc
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
// Third party includes
|
||||
#include <boost/algorithm/string.hpp>
|
||||
-#include <boost/filesystem/convenience.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
// VOTCA includes
|
||||
diff --git a/xtp/src/libxtp/calculators/kmcmultiple.cc b/xtp/src/libxtp/calculators/kmcmultiple.cc
|
||||
index 1627950277..fa515e78eb 100644
|
||||
--- a/xtp/src/libxtp/calculators/kmcmultiple.cc
|
||||
+++ b/xtp/src/libxtp/calculators/kmcmultiple.cc
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
// Third party includes
|
||||
#include <boost/format.hpp>
|
||||
+#include <boost/numeric/conversion/cast.hpp>
|
||||
|
||||
// VOTCA includes
|
||||
#include <votca/tools/constants.h>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be1f8ad3de2ce86f0c01014aa5358c181f128a847bc4508ba0a4bffd5c82a1cf
|
||||
size 38976012
|
||||
3
votca-2025.tar.gz
Normal file
3
votca-2025.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee2ac59c858ee41ef3ecf636b263464cac5895c0ee9c8f97b1aafca4b8b76350
|
||||
size 41334705
|
||||
@@ -1,7 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:04:34 UTC 2025 - Christoph Junghans <junghans@votca.org>
|
||||
|
||||
- Update to v2025
|
||||
- Hide some libint2 warnings ([gh#votca/votca#1166])
|
||||
- Update CI ([gh#votca/votca#1168], [gh#votca/votca#1169])
|
||||
- Add arm64 docker container ([gh#votca/votca#1164])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:24:56 UTC 2024 - Christoph Junghans <junghans@votca.org>
|
||||
|
||||
- Update to v2024.2
|
||||
- Editorial changes for v2024.1 JOSS paper ([gh#votca/votca#1148],
|
||||
[gh#votca/votca#1153], [gh#votca/votca#1154])
|
||||
- Fix permissions on some scripts ([gh#votca/votca#1150])
|
||||
- Fix exit code on some scripts ([gh#votca/votca#1151])
|
||||
- Update CITATION.cff ([gh#votca/votca#1155])
|
||||
- Clean up CI ([gh#votca/votca#1146], [gh#votca/votca#1160],
|
||||
[gh#votca/votca#1161], [gh#votca/votca#1162])
|
||||
- supporting ORCA6 logfile reading ([gh#votca/votca#1157])
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 15:06:44 UTC 2024 - Christoph Junghans <junghans@votca.org>
|
||||
|
||||
- Drop 1032.patch, merged upstream
|
||||
- Update to v2024.1
|
||||
- csg_reupdate: remove commented out dosteep ([gh#votca/votca#1103])
|
||||
- CI: drop gmx2023, add gmx2024 ([gh#votca/votca#1106])
|
||||
- new option to ignore segment types in KMC ([gh#votca/votca#1105])
|
||||
- fixed dftcoupling option path ([gh#votca/votca#1107])
|
||||
- cmake: fix MKL detection ([gh#votca/votca#1110])
|
||||
- cmake: handover GMX options transparently ([gh#votca/votca#1108])
|
||||
- CI: Switch Intel build to Ubuntu ([gh#votca/votca#1111])
|
||||
- CI: update GitHub actions ([gh#votca/votca#1112])
|
||||
- Fix Python print in hoomd tutorial ([gh#votca/votca#1118])
|
||||
- CI: fix warnings ([gh#votca/votca#1119], [gh#votca/votca#1122],
|
||||
[gh#votca/votca#1130], [gh#votca/votca#1138])
|
||||
- votca_help2doc: fix python warnings ([gh#votca/votca#1121])
|
||||
- Fix build with boost-1.85.0 ([gh#votca/votca#1123])
|
||||
- make some interpreters explicit ([gh#votca/votca#1125],
|
||||
[gh#votca/votca#1129])
|
||||
- cmake: update hdf5 detection for cmake hdf5 ([gh#votca/votca#1126],
|
||||
[gh#votca/votca#1127])
|
||||
- scripts: use sed in posix way ([gh#votca/votca#1128])
|
||||
- add CI on FreeBSD ([gh#votca/votca#1124])
|
||||
- Fix Sphinx build ([gh#votca/votca#1131])
|
||||
- add CONTRIBUTING.md ([gh#votca/votca#1133])
|
||||
- csg_table fix ([gh#votca/votca#1134])
|
||||
- Added v2024 JOSS paper and link to older pubs ([gh#votca/votca#1132])
|
||||
- DFT and GW-BSE theory section in manual ([gh#votca/votca#1135])
|
||||
- add rate theory part to XTP manual section ([gh#votca/votca#1136])
|
||||
- adding transport model section to XTP manual ([gh#votca/votca#1137])
|
||||
- switching optimizer in XTP tutorial ([gh#votca/votca#1139],
|
||||
[gh#votca/votca#1140])
|
||||
- csg-tutorials: auto-detect gmx binary ([gh#votca/votca#1144])
|
||||
- add crest documentation ([gh#votca/votca#1145])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 21:40:05 UTC 2024 - Christoph Junghans <junghans@votca.org>
|
||||
|
||||
- Add upsteam patch, 1032.patch, to fix build with newer boost
|
||||
- Add upstream patch, 1032.patch, to fix build with newer boost
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 20:58:32 UTC 2024 - Christoph Junghans <junghans@votca.org>
|
||||
|
||||
26
votca.spec
26
votca.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package votca
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2022-2024 SUSE LLC
|
||||
# Copyright (c) 2021-2022 Christoph Junghans
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -25,17 +25,15 @@
|
||||
%endif
|
||||
|
||||
Name: votca
|
||||
Version: 2024
|
||||
Version: 2025
|
||||
Release: 0
|
||||
%define uversion %{version}
|
||||
%define sover 2024
|
||||
%define sover 2025
|
||||
Summary: Versatile Object-oriented Toolkit for Coarse-graining Applications
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Scientific/Chemistry
|
||||
URL: https://www.votca.org
|
||||
Source0: https://github.com/votca/votca/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM 1032.patch -- fix build with newer boost votca/votca#1032
|
||||
Patch0: 1032.patch
|
||||
|
||||
BuildRequires: cmake >= 3.13
|
||||
BuildRequires: eigen3-devel
|
||||
@@ -195,10 +193,24 @@ This package contains the bash completion support for votca.
|
||||
sed -i '1s@env @@' \
|
||||
%{buildroot}/%{_datadir}/votca/scripts/inverse/{iie,cma_processor,table_smooth_at_cut_off}.py \
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/LJ1-LJ2/imc/svd.py \
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/spce/ibi*/spce.py
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/spce/ibi*/spce.py \
|
||||
%{buildroot}/%{_datadir}/votca/scripts/inverse/check_csg_xml.py
|
||||
sed -i '1s@/usr/bin/env .*perl@/usr/bin/perl@' \
|
||||
%{buildroot}/%{_datadir}/votca/scripts/inverse/*.pl
|
||||
sed -i '1s@/usr/bin/env .*bash@/bin/bash@' \
|
||||
%{buildroot}/%{_datadir}/votca/scripts/inverse/*.sh \
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/*/*/*.sh \
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/*/*.sh \
|
||||
%{buildroot}/%{_datadir}/votca/csg-tutorials/*/*/*/*.sh \
|
||||
%{buildroot}/%{_bindir}/csg_{call,inverse}
|
||||
|
||||
%if %{with_xtp}
|
||||
sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_* %{buildroot}/%{_datadir}/votca/xtp/benchmark/xtp_benchmark
|
||||
chmod +x %{buildroot}/%{_datadir}/votca/xtp-tutorials/pyxtp/scripts/run_*.py
|
||||
sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_* \
|
||||
%{buildroot}/%{_datadir}/votca/xtp/benchmark/xtp_benchmark \
|
||||
%{buildroot}/%{_datadir}/votca/xtp-tutorials/pyxtp/scripts/run_*.py
|
||||
sed -i '1s@/usr/bin/env .*bash@/bin/bash@' \
|
||||
%{buildroot}/%{_datadir}/votca/xtp-tutorials/clean_notebooks.sh
|
||||
%endif
|
||||
|
||||
# Move bash completion file to correct location
|
||||
|
||||
Reference in New Issue
Block a user