mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
09af314299
/usr/bin/c++ -DBN_DLL_EXPORTS -DBRLCADBUILD -DHAVE_CONFIG_H -I/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/include -I/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/include/brlcad -isystem /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -D_XOPEN_SOURCE=700 -pipe -fvisibility=hidden -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -Qunused-arguments -O3 -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Winline -Wno-long-long -Wno-variadic-macros -Wdocumentation -std=c++11 -fPIC -MD -MT src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o -MF src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o.d -o src/libbn/CMakeFiles/libbn-obj.dir/plane.cpp.o -c /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/libbn/plane.cpp In file included from /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/libbn/plane.cpp:36: In file included from /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/SVD:11: In file included from /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/QR:11: In file included from /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/Eigen/Core:210: /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.32.6/src/other/Eigen/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); ^ /usr/lib/clang/14.0.5/include/altivec.h:8501:34: note: 'vec_rsqrt' declared here static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) { ^ |
||
---|---|---|
.hooks | ||
accessibility | ||
arabic | ||
archivers | ||
astro | ||
audio | ||
benchmarks | ||
biology | ||
cad | ||
chinese | ||
comms | ||
converters | ||
databases | ||
deskutils | ||
devel | ||
dns | ||
editors | ||
emulators | ||
finance | ||
french | ||
ftp | ||
games | ||
german | ||
graphics | ||
hebrew | ||
hungarian | ||
irc | ||
japanese | ||
java | ||
Keywords | ||
korean | ||
lang | ||
math | ||
misc | ||
Mk | ||
multimedia | ||
net | ||
net-im | ||
net-mgmt | ||
net-p2p | ||
news | ||
polish | ||
ports-mgmt | ||
portuguese | ||
russian | ||
science | ||
security | ||
shells | ||
sysutils | ||
Templates | ||
textproc | ||
Tools | ||
ukrainian | ||
vietnamese | ||
www | ||
x11 | ||
x11-clocks | ||
x11-drivers | ||
x11-fm | ||
x11-fonts | ||
x11-servers | ||
x11-themes | ||
x11-toolkits | ||
x11-wm | ||
.arcconfig | ||
.gitignore | ||
CHANGES | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
GIDs | ||
Makefile | ||
MOVED | ||
README | ||
UIDs | ||
UPDATING |
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: https://www.FreeBSD.org/ports For general information on the Ports Collection, please see the FreeBSD Handbook ports section which is available from: https://docs.freebsd.org/en/books/handbook/ports/ for the latest official version or: The ports(7) manual page (man ports). These will explain how to use ports and packages. If you would like to search for a port, you can do so easily by saying (in /usr/ports): make search name="<name>" or: make search key="<keyword>" which will generate a list of all ports matching <name> or <keyword>. make search also supports wildcards, such as: make search name="gtk*" For information about contributing to FreeBSD ports, please see the Porter's Handbook, available at: https://docs.freebsd.org/en/books/porters-handbook/ NOTE: This tree will GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect.