Commit Graph

519849 Commits

Author SHA1 Message Date
Mark Linimon
b8072cb547 Restrict only to architectures that the code claims to support:
Python/TargetTool/TargetTool.py:  help="ARCHS is one of list: IA32, X64, ARM, AARCH64 or EBC, which replaces target.txt's TARGET_ARCH definition. To specify more archs, please repeat this option."
  Python/build/buildoptions.py:     help="ARCHS is one of list: IA32, X64, ARM, AARCH64, RISCV64 or EBC, which overrides target.txt's TARGET_ARCH definition. To specify more archs, please repeat this option."

See also: BaseTools/Source/C/GNUmakefile.

Result from attempt on powerpc64:

  Attempting to detect HOST_ARCH from 'uname -m': powerpc
  Could not detected HOST_ARCH from uname results

Approved by:	portmgr (tier-2 blanket)
2020-09-06 19:07:06 +00:00
Jochen Neumeister
dad100a8f0 Update to 3.14.0
Sponsored by:	Netzkommune GmbH
2020-09-06 19:06:32 +00:00
Mark Linimon
07ea08f121 Fix build on powerpc64 by extending the clauses by which ARCH_K8 is
*not* defined.

This should be upstreamed.

Approved by:	portmgr (tier-2 blanket)
2020-09-06 18:40:36 +00:00
Piotr Kubaj
e9f8ea17dd math/openblas: add missing library to pkg-plist
lib/libopenblas.so.0 was forgotten in my previous commit.
2020-09-06 18:28:35 +00:00
Gleb Popov
bdd14d014d devel/tortoisehg: Move deprecation date for 2 month further. The upstream is actively working on Python 3 support, which is just isn't stable yet. 2020-09-06 18:04:46 +00:00
Dmitri Goutnik
f38a7cba49 www/gobuffalo: Update to 0.16.15
Changes:	https://github.com/gobuffalo/buffalo/releases/tag/v0.16.15
2020-09-06 18:04:09 +00:00
Piotr Kubaj
0d0eb2d192 math/flann: fix build on GCC architectures
Last addition to files/patch-src_cpp_CMakeLists.txt breaks build.

Also require newer GCC.

PR:		249152
Approved by:	yuri (maintainer)
2020-09-06 17:59:16 +00:00
Piotr Kubaj
a2fe46eed4 math/openblas: update to 0.3.10, add POWER8 option
Changelog:

common:

    Improved thread locking behaviour in blas_server and parallel getrf
    Imported bugfix 394 from LAPACK (spurious reference to "XERBL"
    due to overlong lines)
    Imported bugfix 403 from LAPACK (compile option "recursive" required
    for correctness with Intel and PGI)
    Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB)
    Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP)
    Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that
    could lead to crashes at large matrix sizes
    Restored internal soname in dynamic libraries on FreeBSD and Dragonfly
    Added API (openblas_setaffinity) to set thread affinity
    programmatically on Linux
    Added initial infrastructure for half-precision floating point
    (bfloat16) support with a generic implementation of SHGEMM
    Added CMAKE build system support for building the cblas_Xgemm3m
    functions
    Fixed CMAKE support for building in a path with embedded spaces
    Fixed CMAKE (non)handling of NO_EXPRECISION and MAX_STACK_ALLOC
    Fixed GCC version detection in the Makefiles
    Allowed overriding the names of AR, AS and LD in Makefile builds

POWER:

    fixed big-endian POWER8 ELFv2 builds on FreeBSD
    Fixed GCC version checks and DYNAMIC_ARCH builds on POWER9
    Fixed CMAKE build support for POWER9
    fixed a potential race condition in the thread buffer allocation
    Worked around LAPACK test failures on PPC G4

MIPS:

    fixed a potential race condition in the thread buffer allocation
    Added support for MIPS 24K/24KE family based on P5600 kernels

MIPS64:

    fixed a potential race condition in the thread buffer allocation
    Added TARGET=GENERIC

ARMV7:

    fixed a race condition in the thread buffer allocation

ARMV8:

    Fixed a race condition in the thread buffer allocation
    Fixed zero initialisation in the assembly for SGEMM and DGEMM BETA
    Improved performance of the ThunderX2 DAXPY kernel
    Added an optimized SGEMM kernel for Cortex A53
    Fixed Makefile support for INTERFACE64 (8-byte integer)

x86_64:

    Fixed a syntax error in the CMAKE setup for SkylakeX
    Improved performance of STRSM on Haswell, SkylakeX and Ryzen
    Improved SGEMM performance on SGEMM for workloads with ldc a
    multiple of 1024
    Improved DGEMM performance on Skylake X
    Fixed unwanted AVX512-dependency of SGEMM in DYNAMIC_ARCH
    builds created on SkylakeX
    Removed data alignment requirement in the SSE2 copy kernels
    that could cause spurious crashes
    Added a workaround for an optimizer bug in AppleClang 11.0.3
    Fixed LAPACK-TEST failures with Intel Fortran
    Fixed compilation and LAPACK test results with recent Flang
    and AMD AOCC
    Fixed DYNAMIC_ARCH builds with CMAKE on OS X
    Fixed missing exports of cblas_i?amin, cblas_i?min, cblas_i?max,
    cblas_?sum, cblas_?gemm3m in the shared library on OS X
    Fixed reporting of cpu name in DYNAMIC_ARCH builds (would sometimes
    show the name of an older generation chip supported by the same kernels)

IBM Z:

    Improved performance of SGEMM/STRMM and DGEMM/DTRMM on Z14

PR:		249120
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer)
2020-09-06 17:52:25 +00:00
Yuri Victorovich
810ae6269d www/py-pywikibot: Add python's 3.5+ flag
Reported by:	fallout
2020-09-06 17:15:07 +00:00
Mark Linimon
ff06598c87 Restrict to python 3.x due to failure building under 2.7:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 50
    raise ImportError("numpy is required at installation") from e
                                                              ^
  SyntaxError: invalid syntax

Nothing depends on the py27 flavor.

Approved by:	portmgr ("just fix it")
2020-09-06 16:54:33 +00:00
Li-Wen Hsu
ddff7366ae Correct COMMENT of devel/*-{eabi,elf}-gcc
Approved by:	manu (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26338
2020-09-06 16:04:15 +00:00
Yuri Victorovich
6c510e0cd4 lang/halide: Update 2019_08_27-2023-g48f9a1c75 -> 2019_08_27-2654-g664dc4993 2020-09-06 15:55:03 +00:00
Sunpoet Po-Chuan Hsieh
cf8d626624 Convert REINPLACE_CMD to patch file 2020-09-06 15:40:00 +00:00
Sunpoet Po-Chuan Hsieh
e10e7bfef2 Clean up MASTER_SITE_GNU: ftp.cse.yzu.edu.tw is not working
% telnet ftp.cse.yzu.edu.tw ftp
Trying 140.138.144.170...
telnet: connect to address 140.138.144.170: Connection refused
telnet: Unable to connect to remote host
2020-09-06 15:39:55 +00:00
Sunpoet Po-Chuan Hsieh
4469f73dd4 Fix gemspec for rubygem-sinatra 2.1.0 and rubygem-sinatra-contrib 2.1.0 update
- Bump PORTREVISION for package change
2020-09-06 15:39:49 +00:00
Sunpoet Po-Chuan Hsieh
f856731059 Update to 2.1.0
Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
2020-09-06 15:39:43 +00:00
Sunpoet Po-Chuan Hsieh
04cd64947a Update to 2.1.0
Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
2020-09-06 15:39:38 +00:00
Sunpoet Po-Chuan Hsieh
c9abe379f5 Update to 2.1.0
Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
2020-09-06 15:39:33 +00:00
Sunpoet Po-Chuan Hsieh
b06587d4f6 Update to 9.8.6.3
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2020-09-06 15:39:28 +00:00
Sunpoet Po-Chuan Hsieh
770e993896 Update to 2.0.0
Changes:	https://github.com/chef/license-acceptance/blob/master/CHANGELOG.md
2020-09-06 15:39:23 +00:00
Sunpoet Po-Chuan Hsieh
b1ff49e63a Update to 4.0.11
Changes:	https://github.com/chef/chef-vault/blob/master/CHANGELOG.md
2020-09-06 15:39:18 +00:00
Sunpoet Po-Chuan Hsieh
981034a08f Update to 16.4.41
Changes:	https://github.com/chef/chef/commits/master/chef-utils
2020-09-06 15:39:14 +00:00
Sunpoet Po-Chuan Hsieh
1a53d49440 Update to 3.3.16
Changes:	https://github.com/inspec/train/blob/master/CHANGELOG.md
2020-09-06 15:39:09 +00:00
Sunpoet Po-Chuan Hsieh
34922884f0 Update to 3.3.16
Changes:	https://github.com/inspec/train/blob/master/CHANGELOG.md
2020-09-06 15:39:04 +00:00
Sunpoet Po-Chuan Hsieh
2f995527f5 Update to 6.0.23
Changes:	https://github.com/mhenrixon/sidekiq-unique-jobs/releases
2020-09-06 15:38:59 +00:00
Sunpoet Po-Chuan Hsieh
c2bd2aa409 Update to 3.10.14
Changes:	https://github.com/ohler55/oj/blob/develop/CHANGELOG.md
2020-09-06 15:38:54 +00:00
Sunpoet Po-Chuan Hsieh
dbbc724678 Fix gemspec for rubygem-rack-protection 2.1.0 update
- Bump PORTREVISION for package change
2020-09-06 15:38:49 +00:00
Sunpoet Po-Chuan Hsieh
ddce46c4ea Fix gemspec for rubygem-rack-protection 2.1.0 update
- Bump PORTREVISION for package change
2020-09-06 15:38:44 +00:00
Sunpoet Po-Chuan Hsieh
4c3ab16474 Update to 2.11.576
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-09-06 15:38:39 +00:00
Sunpoet Po-Chuan Hsieh
bd4a47491f Update to 1.30.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-xray/CHANGELOG.md
2020-09-06 15:38:33 +00:00
Sunpoet Po-Chuan Hsieh
137f6aa15f Update to 1.88.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ssm/CHANGELOG.md
2020-09-06 15:38:29 +00:00
Sunpoet Po-Chuan Hsieh
1f8079c640 Update to 2.11.576
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-09-06 15:38:23 +00:00
Sunpoet Po-Chuan Hsieh
b6ec527614 Update to 1.26.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-kafka/CHANGELOG.md
2020-09-06 15:38:18 +00:00
Sunpoet Po-Chuan Hsieh
8eebe7f9bb Update to 1.9.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iotsitewise/CHANGELOG.md
2020-09-06 15:38:13 +00:00
Sunpoet Po-Chuan Hsieh
946c57d1ca Update to 1.29.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-fsx/CHANGELOG.md
2020-09-06 15:38:07 +00:00
Sunpoet Po-Chuan Hsieh
cbc91f2a03 Update to 1.190.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
2020-09-06 15:38:02 +00:00
Sunpoet Po-Chuan Hsieh
b7cb6bea5e Update to 1.41.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md
2020-09-06 15:37:57 +00:00
Sunpoet Po-Chuan Hsieh
b59d59781f Update to 2.11.576
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-09-06 15:37:52 +00:00
Sunpoet Po-Chuan Hsieh
768451afcb Update to 1.36.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md
2020-09-06 15:37:47 +00:00
Sunpoet Po-Chuan Hsieh
03c9392a29 Update to 1.35.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-chime/CHANGELOG.md
2020-09-06 15:37:42 +00:00
Sunpoet Po-Chuan Hsieh
75e361a84e Update to 1.25.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-apigatewayv2/CHANGELOG.md
2020-09-06 15:37:36 +00:00
Sunpoet Po-Chuan Hsieh
524bf1da4e Update to 1.51.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-apigateway/CHANGELOG.md
2020-09-06 15:37:30 +00:00
Sunpoet Po-Chuan Hsieh
df9edb4fd7 Update to 1.364.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2020-09-06 15:37:25 +00:00
Sunpoet Po-Chuan Hsieh
eedf292706 Update to 2020.9.2
Changes:	https://github.com/sethmlarson/hstspreload/commits/master
2020-09-06 15:37:19 +00:00
Sunpoet Po-Chuan Hsieh
f829d1b1b5 Update to 0.38.1.post1
- Add NO_ARCH

Changes:	https://github.com/scour-project/scour/blob/master/HISTORY.md
2020-09-06 15:37:14 +00:00
Sunpoet Po-Chuan Hsieh
35fd5ac623 Update to 0.8.1
Changes:	https://github.com/scikit-optimize/scikit-optimize/releases
2020-09-06 15:37:09 +00:00
Sunpoet Po-Chuan Hsieh
e2e356b244 Update to 4.4.0
Changes:	https://docs.openstack.org/taskflow/latest/user/history.html
2020-09-06 15:37:03 +00:00
Sunpoet Po-Chuan Hsieh
9e932327c6 Update to 0.2.2
Changes:	https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/log/
2020-09-06 15:36:58 +00:00
Sunpoet Po-Chuan Hsieh
4188c737f1 Update to 0.12.0
Changes:	https://github.com/getsentry/responses/releases
2020-09-06 15:36:53 +00:00
Sunpoet Po-Chuan Hsieh
84bbdba2cf Update to 4.5.0
Changes:	https://docs.openstack.org/oslo.utils/latest/user/history.html
2020-09-06 15:36:48 +00:00