Skip to content

Commit efb92e9

Browse files
authored
Merge pull request #2499 from boutproject/v4.4.2-rc
v4.4.2 release
2 parents 5772080 + 2ceae42 commit efb92e9

File tree

14 files changed

+169
-157
lines changed

14 files changed

+169
-157
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717

1818
See [\#2154](https://github.com/boutproject/BOUT-dev/pull/2154).
1919

20+
## [v4.4.2](https://github.com/boutproject/BOUT-dev/tree/v4.4.2) (2021-12-15)
21+
22+
[Full Changelog](https://github.com/boutproject/BOUT-dev/compare/v4.4.1...v4.4.2)
23+
24+
**Merged pull requests:**
25+
26+
- CMake: option to ignore a conda environment; fix for PVODE [\#2494](https://github.com/boutproject/BOUT-dev/pull/2494) ([johnomotani](https://github.com/users/johnomotani))
27+
- CMake fixes for netCDF [\#2493](https://github.com/boutproject/BOUT-dev/pull/2493) ([johnomotani](https://github.com/users/johnomotani))
28+
- Fix bug in PetscLib that broke no-PETSc builds [\#2492](https://github.com/boutproject/BOUT-dev/pull/2492) ([johnomotani](https://github.com/users/johnomotani))
29+
- Remove tests depending on UB [\#2491](https://github.com/boutproject/BOUT-dev/pull/2491) ([j-b-o](https://github.com/users/j-b-o))
30+
- Make cmake submodule update work with older versions of git [\#2490](https://github.com/boutproject/BOUT-dev/pull/2490) ([johnomotani](https://github.com/users/johnomotani))
31+
2032
## [v4.4.1](https://github.com/boutproject/BOUT-dev/tree/v4.4.1) (2021-12-15)
2133

2234
[Full Changelog](https://github.com/boutproject/BOUT-dev/compare/v4.4.0...v4.4.1)

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ authors:
164164
- family-names: James
165165
given-names: Toby
166166

167-
version: 4.4.1
168-
date-released: 2022-01-13
167+
version: 4.4.2
168+
date-released: 2022-03-03
169169
repository-code: https://github.com/boutproject/BOUT-dev
170170
url: http://boutproject.github.io/
171-
doi: 10.5281/zenodo.5776785
171+
doi: 10.5281/zenodo.6325664
172172
license: 'LGPL-3.0-or-later'
173173
references:
174174
- type: article

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
# CMake currently doesn't support proper semver
1010
# Set the version here, strip the prerelease identifier to use in `project`
11-
set(BOUT_FULL_VERSION 4.4.1)
11+
set(BOUT_FULL_VERSION 4.4.2)
1212
string(REGEX REPLACE "^([0-9]+\.[0-9]+\.[0-9]+)-.*" "\\1" BOUT_CMAKE_ACCEPTABLE_VERSION ${BOUT_FULL_VERSION})
1313

1414
project(BOUT++

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for BOUT++ 4.4.1.
3+
# Generated by GNU Autoconf 2.69 for BOUT++ 4.4.2.
44
#
55
# Report bugs to <bd512@york.ac.uk>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='BOUT++'
582582
PACKAGE_TARNAME='bout--'
583-
PACKAGE_VERSION='4.4.1'
584-
PACKAGE_STRING='BOUT++ 4.4.1'
583+
PACKAGE_VERSION='4.4.2'
584+
PACKAGE_STRING='BOUT++ 4.4.2'
585585
PACKAGE_BUGREPORT='bd512@york.ac.uk'
586586
PACKAGE_URL=''
587587

@@ -1401,7 +1401,7 @@ if test "$ac_init_help" = "long"; then
14011401
# Omit some internal or obsolete options to make the list less imposing.
14021402
# This message is too long to be a string in the A/UX 3.1 sh.
14031403
cat <<_ACEOF
1404-
\`configure' configures BOUT++ 4.4.1 to adapt to many kinds of systems.
1404+
\`configure' configures BOUT++ 4.4.2 to adapt to many kinds of systems.
14051405

14061406
Usage: $0 [OPTION]... [VAR=VALUE]...
14071407

@@ -1466,7 +1466,7 @@ fi
14661466

14671467
if test -n "$ac_init_help"; then
14681468
case $ac_init_help in
1469-
short | recursive ) echo "Configuration of BOUT++ 4.4.1:";;
1469+
short | recursive ) echo "Configuration of BOUT++ 4.4.2:";;
14701470
esac
14711471
cat <<\_ACEOF
14721472

@@ -1614,7 +1614,7 @@ fi
16141614
test -n "$ac_init_help" && exit $ac_status
16151615
if $ac_init_version; then
16161616
cat <<\_ACEOF
1617-
BOUT++ configure 4.4.1
1617+
BOUT++ configure 4.4.2
16181618
generated by GNU Autoconf 2.69
16191619

16201620
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2195,7 +2195,7 @@ cat >config.log <<_ACEOF
21952195
This file contains any messages produced by compilers while
21962196
running configure, to aid debugging if configure makes a mistake.
21972197

2198-
It was created by BOUT++ $as_me 4.4.1, which was
2198+
It was created by BOUT++ $as_me 4.4.2, which was
21992199
generated by GNU Autoconf 2.69. Invocation command line was
22002200

22012201
$ $0 $@
@@ -16254,7 +16254,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1625416254
# report actual input values of CONFIG_FILES etc. instead of their
1625516255
# values after options handling.
1625616256
ac_log="
16257-
This file was extended by BOUT++ $as_me 4.4.1, which was
16257+
This file was extended by BOUT++ $as_me 4.4.2, which was
1625816258
generated by GNU Autoconf 2.69. Invocation command line was
1625916259

1626016260
CONFIG_FILES = $CONFIG_FILES
@@ -16311,7 +16311,7 @@ _ACEOF
1631116311
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1631216312
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1631316313
ac_cs_version="\\
16314-
BOUT++ config.status 4.4.1
16314+
BOUT++ config.status 4.4.2
1631516315
configured by $0, generated by GNU Autoconf 2.69,
1631616316
with options \\"\$ac_cs_config\\"
1631716317

@@ -17628,7 +17628,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1762817628
# report actual input values of CONFIG_FILES etc. instead of their
1762917629
# values after options handling.
1763017630
ac_log="
17631-
This file was extended by BOUT++ $as_me 4.4.1, which was
17631+
This file was extended by BOUT++ $as_me 4.4.2, which was
1763217632
generated by GNU Autoconf 2.69. Invocation command line was
1763317633

1763417634
CONFIG_FILES = $CONFIG_FILES
@@ -17685,7 +17685,7 @@ _ACEOF
1768517685
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1768617686
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1768717687
ac_cs_version="\\
17688-
BOUT++ config.status 4.4.1
17688+
BOUT++ config.status 4.4.2
1768917689
configured by $0, generated by GNU Autoconf 2.69,
1769017690
with options \\"\$ac_cs_config\\"
1769117691

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333

3434
AC_PREREQ([2.69])
35-
AC_INIT([BOUT++],[4.4.1],[bd512@york.ac.uk])
35+
AC_INIT([BOUT++],[4.4.2],[bd512@york.ac.uk])
3636
AC_CONFIG_AUX_DIR([build-aux])
3737
AC_CONFIG_MACRO_DIR([m4])
3838

locale/de/libbout.po

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: BOUT++ 4.2.1\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-12-13 14:14+0000\n"
10+
"POT-Creation-Date: 2022-02-15 16:11+0000\n"
1111
"PO-Revision-Date: 2020-03-19 12:42+0000\n"
1212
"Last-Translator: David <schword2@mail.dcu.ie>\n"
1313
"Language-Team: German\n"
@@ -276,7 +276,7 @@ msgstr ""
276276
" -v, --verbose\t\tWortreicherer Ausgabe\n"
277277
" -q, --quiet\t\tNur wichtigere Ausgaben anzeigen\n"
278278

279-
#: ../src/solver/solver.cxx:509
279+
#: ../src/solver/solver.cxx:510
280280
#, c-format
281281
msgid ""
282282
"\n"
@@ -285,7 +285,7 @@ msgstr ""
285285
"\n"
286286
"Simulation beendet um %s\n"
287287

288-
#: ../src/solver/solver.cxx:474
288+
#: ../src/solver/solver.cxx:475
289289
#, c-format
290290
msgid ""
291291
"\n"
@@ -322,7 +322,7 @@ msgstr ""
322322
msgid ") overwritten with:"
323323
msgstr ") überschrieben mit:"
324324

325-
#: ../tests/unit/src/test_bout++.cxx:294
325+
#: ../tests/unit/src/test_bout++.cxx:293
326326
msgid "4 of 8"
327327
msgstr ""
328328

@@ -367,11 +367,11 @@ msgstr ""
367367
msgid "Command line"
368368
msgstr "Befehlszeile"
369369

370-
#: ../src/bout++.cxx:389 ../tests/unit/src/test_bout++.cxx:300
370+
#: ../src/bout++.cxx:389 ../tests/unit/src/test_bout++.cxx:299
371371
msgid "Compile-time options:\n"
372372
msgstr "Kompiliert mit:\n"
373373

374-
#: ../tests/unit/src/test_bout++.cxx:304
374+
#: ../tests/unit/src/test_bout++.cxx:303
375375
msgid "Compiled with flags"
376376
msgstr "Wurde mit folgenden Optionen kompiliert"
377377

@@ -414,7 +414,7 @@ msgstr ""
414414
"Der Befehl 'bout-log-color' konnte nicht ausgeführt werden. Stellen Sie "
415415
"sicher, dass er sich in $PATH befindet.\n"
416416

417-
#: ../src/solver/solver.cxx:669
417+
#: ../src/solver/solver.cxx:668
418418
#, c-format
419419
msgid "Couldn't add Monitor: %g is not a multiple of %g!"
420420
msgstr ""
@@ -452,7 +452,7 @@ msgstr "Der Datenordner \"%s\" existiert nicht oder ist nicht lesbar\n"
452452
msgid "DataDir \"%s\" is not a directory\n"
453453
msgstr "\"%s\" soll als Datenordner verwendet werden, ist jedoch kein Ordner\n"
454454

455-
#: ../src/solver/solver.cxx:587
455+
#: ../src/solver/solver.cxx:588
456456
msgid "ERROR: Solver is already initialised\n"
457457
msgstr "FEHLER: Der Integrator ist bereits initialisiert.\n"
458458

@@ -470,7 +470,7 @@ msgstr "Es wurde ein Fehler beim Schreiben der Einstellungsdatei gefunden"
470470
msgid "Error: nx must be greater than 2 times MXG (2 * %d)"
471471
msgstr "Fehler: nx muss größer als 2 mal MXG sein (2 * %d)"
472472

473-
#: ../src/solver/solver.cxx:454
473+
#: ../src/solver/solver.cxx:455
474474
msgid "Failed to initialise solver-> Aborting\n"
475475
msgstr ""
476476
"Der Integrator konnte nicht initialisiert werden. Der Prozess wird "
@@ -481,7 +481,7 @@ msgstr ""
481481
msgid "Finding value for NXPE (ideal = %f)\n"
482482
msgstr "Suche NXPE Wert (optimal = %f)\n"
483483

484-
#: ../src/solver/solver.cxx:589
484+
#: ../src/solver/solver.cxx:426
485485
msgid "Initialising solver\n"
486486
msgstr "Integrator wird initialisiert\n"
487487

@@ -516,11 +516,11 @@ msgstr "Das Gitter muss ny enthalten"
516516
msgid "Missing integer array %s\n"
517517
msgstr "Ganzzahlen-Array '%s' nicht gesetzt\n"
518518

519-
#: ../src/solver/solver.cxx:773
519+
#: ../src/solver/solver.cxx:772
520520
msgid "Monitor signalled to quit"
521521
msgstr "Der Monitor signaliserte die Beendigung"
522522

523-
#: ../src/solver/solver.cxx:780
523+
#: ../src/solver/solver.cxx:779
524524
msgid "Monitor signalled to quit\n"
525525
msgstr "Beendigung durch Monitor\n"
526526

@@ -605,20 +605,20 @@ msgstr "Perp Region '%s' hinzugefügt"
605605
msgid "Revision: %s\n"
606606
msgstr "Revision: %s\n"
607607

608-
#: ../src/solver/solver.cxx:510
608+
#: ../src/solver/solver.cxx:511
609609
msgid "Run time : "
610610
msgstr "Dauer: "
611611

612612
#. / Run the solver
613-
#: ../src/solver/solver.cxx:467
613+
#: ../src/solver/solver.cxx:468
614614
msgid ""
615615
"Running simulation\n"
616616
"\n"
617617
msgstr ""
618618
"Simulation wird gestartet\n"
619619
"\n"
620620

621-
#: ../tests/unit/src/test_bout++.cxx:301
621+
#: ../tests/unit/src/test_bout++.cxx:300
622622
msgid "Signal"
623623
msgstr ""
624624

@@ -641,18 +641,18 @@ msgstr ""
641641
"Komm I/O Integrator\n"
642642
"\n"
643643

644-
#: ../src/solver/solver.cxx:449
644+
#: ../src/solver/solver.cxx:450
645645
#, c-format
646646
msgid "Solver running for %d outputs with monitor timestep of %e\n"
647647
msgstr ""
648648
"Integriere mit einem `Monitor`-Zeitschritt von %2$e für %1$d Aufrufe.\n"
649649

650-
#: ../src/solver/solver.cxx:445
650+
#: ../src/solver/solver.cxx:446
651651
#, c-format
652652
msgid "Solver running for %d outputs with output timestep of %e\n"
653653
msgstr "Integriere %d Zeitschritte von je %e\n"
654654

655-
#: ../src/solver/solver.cxx:684
655+
#: ../src/solver/solver.cxx:683
656656
#, c-format
657657
msgid ""
658658
"Solver::addMonitor: Cannot reduce timestep (from %g to %g) after init is "
@@ -661,7 +661,7 @@ msgstr ""
661661
"Der Integrator kann den Zeitschritt nicht von %g auf %g reduzieren, nachdem "
662662
"er initialisiert wurde!"
663663

664-
#: ../src/solver/solver.cxx:1132
664+
#: ../src/solver/solver.cxx:1131
665665
#, c-format
666666
msgid ""
667667
"Time derivative at wrong location - Field is at %s, derivative is at %s for "
@@ -670,7 +670,7 @@ msgstr ""
670670
"Die zeitliche Ableitung ist an der falschen Stelle. Das Feld '%3$s' ist an "
671671
"Position %1$s, während die Ableitung an Position %2$s ist.\n"
672672

673-
#: ../src/solver/solver.cxx:1354
673+
#: ../src/solver/solver.cxx:1353
674674
#, c-format
675675
msgid "Time derivative for variable '%s' not set"
676676
msgstr "Zeitliche Ableitung für Variable '%s' nicht gesetzt"
@@ -722,7 +722,7 @@ msgstr "Benutzung: %s -f <Logdatei>\n"
722722
msgid "Usage is %s -o <settings filename>\n"
723723
msgstr "Benutzung: %s -f <Einstellungsdatei>\n"
724724

725-
#: ../tests/unit/src/test_bout++.cxx:30 ../tests/unit/src/test_bout++.cxx:44
725+
#: ../tests/unit/src/test_bout++.cxx:29 ../tests/unit/src/test_bout++.cxx:43
726726
msgid "Usage:"
727727
msgstr ""
728728

@@ -738,7 +738,7 @@ msgstr ""
738738
"[VAR=WERT]\n"
739739

740740
#. restart file should be written by physics model
741-
#: ../src/solver/solver.cxx:795
741+
#: ../src/solver/solver.cxx:794
742742
msgid "User signalled to quit. Returning\n"
743743
msgstr "Beendigung durch Benutzer.\n"
744744

@@ -773,7 +773,7 @@ msgstr "Wert der Option %s ist keine Boolescher Wert"
773773
msgid "Value for option %s is not an integer"
774774
msgstr "Wert der Option %s ist keine Ganzzahl"
775775

776-
#: ../src/solver/solver.cxx:1091 ../src/solver/solver.cxx:1095
776+
#: ../src/solver/solver.cxx:1090 ../src/solver/solver.cxx:1094
777777
#, c-format
778778
msgid "Variable '%s' not initialised"
779779
msgstr "Variable '%s' ist nicht initialisiert"

0 commit comments

Comments
 (0)