Page MenuHomeFreeBSD

New port: devel/libsimdpp: Header-only zero-overhead C++ wrapper of SIMD instructions
ClosedPublic

Authored by yuri on Nov 1 2017, 7:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:12 PM
Unknown Object (File)
Dec 23 2023, 12:17 AM
Unknown Object (File)
Dec 22 2023, 12:01 AM
Unknown Object (File)
Nov 27 2023, 9:40 AM
Unknown Object (File)
Nov 19 2023, 12:19 AM
Unknown Object (File)
Nov 18 2023, 6:14 PM
Unknown Object (File)
Nov 18 2023, 11:44 AM
Unknown Object (File)
Oct 12 2023, 12:44 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12522
Build 12797: arc lint + arc unit

Event Timeline

yuri retitled this revision from New port: devel/libsimdpp to New port: devel/libsimdpp: Header-only zero-overhead C++ wrapper of SIMD instructions.Nov 2 2017, 5:20 AM
===>  Building package for libsimdpp-2.0
pkg-static: DEVELOPER_MODE: Warning: arch "FreeBSD:10:*" -- package installs C/C++ headers or libtool files,
**** which are often architecture specific

Are you sure it is NO_ARCH?

Are you sure it is NO_ARCH?

Yes, this is a headers-only C++ library, and it is architecture neutral.
The message you cited seems to be partially wrong, because C/C++ headers are typically, or virtually always, platform-independent.

This revision is now accepted and ready to land.Nov 7 2017, 10:36 PM