pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/djbsort Compiler options are also baked into path...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b0ce4481b98
branches: trunk
changeset: 383421:6b0ce4481b98
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Jul 31 06:24:57 2018 +0000
description:
Compiler options are also baked into paths, so switch to dynamic PLIST.
Install with pax, not cp. On deinstall, remove whatever's left in
share/djbsort.
diffstat:
math/djbsort/DEINSTALL | 6 +-
math/djbsort/Makefile | 15 +-
math/djbsort/PLIST | 337 -------------------------------------------------
3 files changed, 16 insertions(+), 342 deletions(-)
diffs (truncated from 403 to 300 lines):
diff -r 462d35e6109d -r 6b0ce4481b98 math/djbsort/DEINSTALL
--- a/math/djbsort/DEINSTALL Tue Jul 31 05:39:26 2018 +0000
+++ b/math/djbsort/DEINSTALL Tue Jul 31 06:24:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.1 2018/07/31 05:38:56 schmonz Exp $
+# $NetBSD: DEINSTALL,v 1.2 2018/07/31 06:24:57 schmonz Exp $
SHAREDIR="@SHAREDIR@"
@@ -10,4 +10,8 @@
${RM} -f ${PREFIX}/${i}
done
;;
+
+POST-DEINSTALL)
+ ${RM} -rf ${PREFIX}/${SHAREDIR}
+ ;;
esac
diff -r 462d35e6109d -r 6b0ce4481b98 math/djbsort/Makefile
--- a/math/djbsort/Makefile Tue Jul 31 05:39:26 2018 +0000
+++ b/math/djbsort/Makefile Tue Jul 31 06:24:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/31 05:38:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/31 06:24:57 schmonz Exp $
DISTNAME= djbsort-20180717
PKGREVISION= 1
@@ -12,6 +12,8 @@
DEPENDS+= python27-[0-9]*:../../lang/python27
+USE_TOOLS+= pax
+
REPLACE_INTERPRETER+= python27
REPLACE.python27.old= .*python2\{0,1\}[^ ]*
REPLACE.python27.new= ${LOCALBASE}/bin/python2.7
@@ -31,7 +33,9 @@
FILES_SUBST+= PSEUDO_PLIST=${PSEUDO_PLIST:Q}
FILES_SUBST+= SHAREDIR=${SHAREDIR:Q}
-INSTALLATION_DIRS= include lib share
+INSTALLATION_DIRS= include lib ${SHAREDIR}
+
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
pre-configure:
cd ${WRKSRC} && rm -f *.orig
@@ -39,9 +43,12 @@
do-build:
cd ${WRKSRC} && ./build
+pre-install:
+ ${CP} pseudo-PLIST ${WRKSRC}
+ cd ${WRKSRC} && ${FIND} . -type f | ${SORT} | ${SED} -e 's|^\.|${SHAREDIR}|g' > ${WRKDIR}/PLIST_DYNAMIC
+
do-install:
- cp pseudo-PLIST ${WRKSRC}
- cp -Rp ${WRKSRC} ${DESTDIR}${PREFIX}/${SHAREDIR}
+ cd ${WRKSRC} && pax -rw -pe -v . ${DESTDIR}${PREFIX}/${SHAREDIR}
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 462d35e6109d -r 6b0ce4481b98 math/djbsort/PLIST
--- a/math/djbsort/PLIST Tue Jul 31 05:39:26 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,337 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/07/31 05:38:56 schmonz Exp $
-share/djbsort/TYPES
-share/djbsort/benchmark
-share/djbsort/build
-share/djbsort/command/int32-speed.c
-share/djbsort/command/limits.c
-share/djbsort/command/limits.h
-share/djbsort/command/uint32-speed.c
-share/djbsort/compilers/abiname.c
-share/djbsort/compilers/c
-share/djbsort/cpucycles/amd64cpuinfo/architectures
-share/djbsort/cpucycles/amd64cpuinfo/cpucycles.c
-share/djbsort/cpucycles/amd64cpuinfo/implementation.c
-share/djbsort/cpucycles/amd64cpuspeed/architectures
-share/djbsort/cpucycles/amd64cpuspeed/cpucycles.c
-share/djbsort/cpucycles/amd64cpuspeed/implementation.c
-share/djbsort/cpucycles/amd64tscfreq/architectures
-share/djbsort/cpucycles/amd64tscfreq/cpucycles.c
-share/djbsort/cpucycles/amd64tscfreq/implementation.c
-share/djbsort/cpucycles/apple/cpucycles.c
-share/djbsort/cpucycles/apple/implementation.c
-share/djbsort/cpucycles/celllinux/architectures
-share/djbsort/cpucycles/celllinux/cpucycles.c
-share/djbsort/cpucycles/celllinux/implementation.c
-share/djbsort/cpucycles/cortex/architectures
-share/djbsort/cpucycles/cortex/cpucycles.c
-share/djbsort/cpucycles/cortex/implementation.c
-share/djbsort/cpucycles/cortex_vct/architectures
-share/djbsort/cpucycles/cortex_vct/cpucycles.c
-share/djbsort/cpucycles/cortex_vct/implementation.c
-share/djbsort/cpucycles/dev4ns/cpucycles.c
-share/djbsort/cpucycles/dev4ns/implementation.c
-share/djbsort/cpucycles/gettimeofday/cpucycles.c
-share/djbsort/cpucycles/gettimeofday/implementation.c
-share/djbsort/cpucycles/ia64cpuinfo/architectures
-share/djbsort/cpucycles/ia64cpuinfo/cpucycles.c
-share/djbsort/cpucycles/ia64cpuinfo/implementation.c
-share/djbsort/cpucycles/mips/architectures
-share/djbsort/cpucycles/mips/cpucycles.c
-share/djbsort/cpucycles/mips/implementation.c
-share/djbsort/cpucycles/monotonic/cpucycles.c
-share/djbsort/cpucycles/monotonic/implementation.c
-share/djbsort/cpucycles/monotoniccpuinfo/cpucycles.c
-share/djbsort/cpucycles/monotoniccpuinfo/implementation.c
-share/djbsort/cpucycles/osfreq.c
-share/djbsort/cpucycles/perfevent/cpucycles.c
-share/djbsort/cpucycles/perfevent/implementation.c
-share/djbsort/cpucycles/powerpccpuinfo/architectures
-share/djbsort/cpucycles/powerpccpuinfo/cpucycles.c
-share/djbsort/cpucycles/powerpccpuinfo/implementation.c
-share/djbsort/cpucycles/powerpcmacos/architectures
-share/djbsort/cpucycles/powerpcmacos/cpucycles.c
-share/djbsort/cpucycles/powerpcmacos/implementation.c
-share/djbsort/cpucycles/sparc32cpuinfo/architectures
-share/djbsort/cpucycles/sparc32cpuinfo/cpucycles.c
-share/djbsort/cpucycles/sparc32cpuinfo/implementation.c
-share/djbsort/cpucycles/sparccpuinfo/architectures
-share/djbsort/cpucycles/sparccpuinfo/cpucycles.c
-share/djbsort/cpucycles/sparccpuinfo/implementation.c
-share/djbsort/cpucycles/test.c
-share/djbsort/cpucycles/vct/architectures
-share/djbsort/cpucycles/vct/cpucycles.c
-share/djbsort/cpucycles/vct/implementation.c
-share/djbsort/cpucycles/x86cpuinfo/architectures
-share/djbsort/cpucycles/x86cpuinfo/cpucycles.c
-share/djbsort/cpucycles/x86cpuinfo/implementation.c
-share/djbsort/cpucycles/x86cpuspeed/architectures
-share/djbsort/cpucycles/x86cpuspeed/cpucycles.c
-share/djbsort/cpucycles/x86cpuspeed/implementation.c
-share/djbsort/cpucycles/x86estimate/architectures
-share/djbsort/cpucycles/x86estimate/cpucycles.c
-share/djbsort/cpucycles/x86estimate/implementation.c
-share/djbsort/cpucycles/x86tscfreq/architectures
-share/djbsort/cpucycles/x86tscfreq/cpucycles.c
-share/djbsort/cpucycles/x86tscfreq/implementation.c
-share/djbsort/do
-share/djbsort/h-external/djbsort_cpucycles.h
-share/djbsort/h-external/int32_sort.h
-share/djbsort/h-external/uint32_sort.h
-share/djbsort/h-internal/cpucycles.h
-share/djbsort/h-internal/int32_minmax.c
-share/djbsort/h-internal/int32_minmax_x86.c
-share/djbsort/int32/avx2/sort.c
-share/djbsort/int32/cycles.c
-share/djbsort/int32/portable1/sort.c
-share/djbsort/int32/portable2/sort.c
-share/djbsort/int32/portable3/sort.c
-share/djbsort/int32/portable4/sort.c
-share/djbsort/int32/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/include/cpucycles.h
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/include/int32_minmax.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/include/int32_minmax_x86.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/command/int32-speed.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/command/limits.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/command/uint32-speed.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/compilers/abiname.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/compilers/base.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/cpucycles/cpucycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/avx2/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable1/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable2/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable3/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/int32/portable4/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-O3/uint32/useint32/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/command/int32-speed.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/command/limits.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/command/uint32-speed.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/compilers/abiname.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/compilers/base.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/cpucycles/cpucycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/avx2/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable1/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable2/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable3/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/int32/portable4/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/compiler.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/cycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/implementation.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/version.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/clang_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-mavx2_-O3/uint32/useint32/works.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/cpucycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/avx2/sort.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-march=core-avx2_-O3/cpucycles/cpucycles.c
-share/djbsort/link-build/build-${PKGVERSION}/pkgsrchostname/notes/log
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/command/int32-speed.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/command/limits.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/command/uint32-speed.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/compilers/abiname.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/compilers/base.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64cpuinfo/architectures
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64cpuinfo/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64cpuinfo/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64cpuinfo/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64tscfreq/architectures
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64tscfreq/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64tscfreq/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/amd64tscfreq/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/dev4ns/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/dev4ns/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/dev4ns/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/gettimeofday/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/gettimeofday/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/gettimeofday/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotonic/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotonic/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotonic/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotoniccpuinfo/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotoniccpuinfo/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/monotoniccpuinfo/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86cpuinfo/architectures
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86cpuinfo/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86cpuinfo/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86cpuinfo/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86estimate/architectures
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86estimate/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86estimate/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86estimate/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86tscfreq/architectures
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86tscfreq/cpucycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86tscfreq/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/cpucycles/x86tscfreq/test.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/compiler.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/cycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/sort.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/version.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable1/works.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/compiler.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/cycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/sort.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/version.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable2/works.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable3/compiler.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable3/cycles.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable3/implementation.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable3/sort.o
-share/djbsort/link-build/obj-${PKGVERSION}/pkgsrchostname/gcc_-fPIC_-Wall_-fomit-frame-pointer_-fwrapv_-O3/int32/portable3/version.o
Home |
Main Index |
Thread Index |
Old Index