diff options
author | Älven <alven@FreeBSD.org> | 2025-09-07 13:17:04 +0400 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-09-07 14:21:17 +0400 |
commit | 1dce9592b532356239e7e9d4ea2661c51fe94091 (patch) | |
tree | 790e7e8fb32067588f7ca7b75361b774dcfb6741 /cad/qucs-s/files/patch-qucs_settings.cpp | |
parent | www/chromium: update to 140.0.7339.80 (diff) |
cad/qucs-s: Update 25.1.2 => 25.2.0
Summary:
Changelogs:
- https://github.com/ra3xdh/qucs_s/releases/tag/25.2.0
* Fix LICENSE to match stated in "Help/About Qucs-S/License" dialog.
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52409
Diffstat (limited to 'cad/qucs-s/files/patch-qucs_settings.cpp')
-rw-r--r-- | cad/qucs-s/files/patch-qucs_settings.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/qucs-s/files/patch-qucs_settings.cpp b/cad/qucs-s/files/patch-qucs_settings.cpp index a782a14e0e57..7adcac82b8b0 100644 --- a/cad/qucs-s/files/patch-qucs_settings.cpp +++ b/cad/qucs-s/files/patch-qucs_settings.cpp @@ -1,6 +1,6 @@ - this patch works together with post-patch: %%LOCALBASE%% are substituted there ---- qucs/settings.cpp.orig 2025-03-14 13:47:08 UTC +--- qucs/settings.cpp.orig 2025-09-06 14:06:28 UTC +++ qucs/settings.cpp @@ -62,7 +62,7 @@ void settingsManager::initDefaults() #else @@ -17,6 +17,6 @@ - m_Defaults["XyceParExecutable"] = "mpirun -np %p /usr/local/Xyce-Release-6.8.0-OPENMPI-OPENSOURCE/bin/Xyce"; + m_Defaults["XyceParExecutable"] = "mpirun -np %p %%LOCALBASE%%/bin/Xyce"; - m_Defaults["S4Q_workdir"] = QStandardPaths::writableLocation(QStandardPaths::CacheLocation); - m_Defaults["Nprocs"] = 4; - m_Defaults["SpiceOpusExecutable"] = "spiceopus"; + m_Defaults["S4Q_workdir"] = QDir::toNativeSeparators( + QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + + "/qucs-s"); |