Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.12.0.882 21 Dec 2022 00:57:56
    |
Piotr Kubaj (pkubaj)  |
math/gismo: fix build on powerpc64
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32:
error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
^~~~~~~~
vec_rsqrt
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22:
note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
Packet4f op_even = OP(a_even);\
^ |
21.12.0.882 12 Dec 2022 20:41:12
    |
Yuri Victorovich (yuri)  |
math/gismo: Update 21.12.0 -> 21.12.0-882 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
21.12.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
21.12.0 27 Jul 2022 19:25:21
    |
Yuri Victorovich (yuri)  Author: Robert Clausecker |
math/gismo: Fix build on armv6/armv7
PR: 265467 |
21.12.0 24 Jul 2022 10:18:45
    |
Yuri Victorovich (yuri)  |
math/gismo: Broken on armv7
Reported by: fallout |
21.12.0 21 Dec 2021 20:19:28
    |
Yuri Victorovich (yuri)  |
math/gismo: Update 0.8.4-849 -> 21.12.0
Reported by: portscout |
0.8.4.849 14 Nov 2021 08:09:31
    |
Mikael Urankar (mikael)  |
math/gismo: Set TARGET_ARCHITECTURE on aarch64.
Set the target architecture on aarch64 to fix the build.
CMake Error at cmake/OptimizeForArchitecture.cmake:1781 (message):
Unknown target architecture: "generic". Please set TARGET_ARCHITECTURE to
a supported value.
Approved by: portmgr (build fix blanket) |
0.8.4.849 03 Sep 2021 18:02:08
    |
Gerald Pfeifer (gerald)  |
math/gismo: Replace USE_GCC=any with USE_GCC=yes
Since commit 96c17633d90386b5bcf8637bcba99a677184db85 in May 2021
USE_GCC=any is just an old (and odd) way of writing USE_GCC=yes
and was deprecated even before. Replace it with USE_GCC=yes.
PR: 258015 |
0.8.4.849 13 Aug 2021 02:06:39
    |
Yuri Victorovich (yuri)  |
math/gismo: New port: C++ library for isogeometric analysis (IGA) |