Age | Commit message (Collapse) | Author |
|
By default PETSc uses 32-bit indices.
|
|
Fixes: f52ed517f2ef24237c31e657f442dd1ec4038bf2
|
|
|
|
|
|
|
|
|
|
Reported by: portscout
|
|
|
|
- Fix parsing date parameters in saga_cmd/tool
- Fix grid_gridding for gcc, strdup(key)
- Fix wkb/sql multipoint coding in saga_api
- Fix saga_gdi/3d_view_canvas axis labeling
- and more ...
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.5.1/attachment/changelog_saga_8.5.1.txt
MFH: 2023Q1
|
|
libpthread-stubs no longer provides shared library since 9cba0ef67a30:
$ make clean all WITH=X11
[...]
===> xspread-3.1.1c_4 depends on shared library: libpthread-stubs.so - not found
|
|
|
|
|
|
|
|
ChangeLog: https://dickey.his.com/add/CHANGES
|
|
Assertion failed: ((CGF.CurFuncDecl == nullptr || CGF.Builder.getIsFPConstrained() || isa<CXXConstructorDecl>(CGF.CurFuncDecl) || isa<CXXDestructorDecl>(CGF.CurFuncDecl) || (NewExceptionBehavior == llvm::fp::ebIgnore && NewRoundingBehavior == llvm::RoundingMode::NearestTiesToEven)) && "FPConstrained should be enabled on entire function"), function ConstructorHelper, file /usr/local/poudriere/jails/main-powerpc64/usr/src/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp, line 163.
|
|
|
|
|
|
PR: 268594
Reported by: wen@
Exp-run by: antoine@
|
|
Reported by: portscout
|
|
|
|
|
|
This update changes the URL of the upstream repository in the
documentation to:
https://git.gavinhoward.com/gavin/bc
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
The PLIST is broken if the default Perl is not 5.32.
Approved by: portmgr (blanket)
|
|
Changes: https://github.com/pandas-dev/pandas/releases
|
|
Changes: https://github.com/google/flax/releases
|
|
Changes: https://github.com/CMA-ES/pycma/releases
|
|
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
|
|
Changes: https://github.com/rasterio/affine/releases
https://github.com/rasterio/affine/blob/main/CHANGES.txt
|
|
Thursday, 2 February 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* dolphin: Don't recurse into symlinks when counting directory contents
(Commit, fixes bug #434125)
* kdeconnect: Fix ssh authentication using pubkey on recent openssh
versions (Commit, fixes bug #443155)
* libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)
Announcement: https://kde.org/announcements/gear/22.12.2/
|
|
Same issue as on other 32-bit architectures.
|
|
|
|
ChangeLog: https://github.com/chfast/intx/releases/tag/v0.9.1
|
|
|
|
|
|
Changes: https://github.com/pandas-dev/pandas/releases
|
|
Changes: https://metacpan.org/dist/Math-MPC/changes
|
|
Changes: https://github.com/ruby/bigdecimal/releases
|
|
Changes: https://github.com/pysal/spopt/releases
|
|
Changes: https://github.com/rpy2/rpy2/releases
|
|
- Add LICENSE_FILE
Changes: https://github.com/plastex/plastex/releases
|
|
Changes: https://github.com/Foloso/MixSimulator/commits/master
|
|
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md
|
|
Changes: https://github.com/google/flax/releases
|
|
Changes: https://github.com/CyberAgentAILab/cmaes/releases
|
|
Changes: https://github.com/fmfn/BayesianOptimization/releases
|
|
This update fixes a few issues and adds new features:
- There was a discrepancy from the bc standard with regards to the
behavior of the "quit" command. This bc used to quit whenever it
encountered "quit" during parsing, even if it was parsing a full
file. Now, bc only quits when encountering "quit" after it has
executed all executable statements up to that point.
This behavior is slightly different from GNU bc, but users will
only notice the difference if they put "quit" on the same line
as other statements.
- A memory bug was caused by assigning a string to a non-local
variable in a function, then redefining the function with use of
the same non-local variable, which would still refer to a string
in the previous version of the function.
- Another memory bug was caused by passing an array argument to the
asciify() built-in function. In certain cases, that was wrongly
allowed, and the interpreter just assumed everything was correct
and accessed memory. Now that arrays are allowed as arguments (see
below), this is not an issue.
- A missing local in the uint*() family of functions in the extended
math library.
- A failure to clear the tail call list in dc on error.
- A crash when attempting to swap characters in command-line history
when no characters exist.
- SIGWINCH was activated even when history was not.
- If an array element was used as a parameter, and then a later
parameter had the same name as the array whose element was used,
bc would grab the element from the new array parameter, not the
actual element from before the function call.
- A new built-in function is_number() ("u" in dc) returns 1 if the
runtime argument is a number and 0 otherwise.
- A new is_string() built-in function ("t" in dc) returns 1 if the
runtime argument is a string and 0 otherwise.
- The new asciify() built-in function in bc converts a full array
of numbers into a string. This means that character-by-character
printing will not be necessary, and more strings than just
single-character ones will be able to be created.
- Stack traces are now given for runtime errors. In debug mode, the
C source file and line of errors are given as well.
|
|
|
|
Reported by: portscout
|