Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--numpy-1.16.4--C.28054.1569265463.824698.C.tar.bz2 10633726 SHA256 3bf790b9c83416d443058d055d0e72c876614695eef962e072aa8909d7425b41 SHA512 db1dce2f0772caccf69aecb440ec6f2abacfa0622f646aa10bf208024ddd14c9f0937b7270d14b8dd0709e73b6a1f06f374210d999f2ef682e2eb841db80de01 WHIRLPOOL a4bb0243a71522060c720117e1e31cdcd96039bb999c0af5a63c23979def6e242c5a8a4d9b0f466efa899ca9fece00cd55c9983ddd1b6f834e7a748317047fda
|
||||
PBIN numpy-1.16.4.pbin-1+exheres-0 3336 SHA256 e2013059558d7fe6a93cdf65538200e0c0107a0c62473dc7e78a18141b1fc5da SHA512 40216bec1b858df59db0861707bc936acdb943fef6871e0f3ed4bce375b376cf94fe13cd4a4f0a214c8fc150c002bf457b03f7bd409831e2a9ab28ee18d52818 WHIRLPOOL c5887a2884b55caa6f27d5d65c35bf82e411860573d3767c83a019ea7f8a15944f56d030c9a8d6a69a3738a112647ddd480aac68ad5a4e94013682bff8fef189
|
||||
DIST hasufell-binhost--dev-python--numpy-1.16.4-r1--C.29617.1588182857.372546.C.tar.bz2 10721009 SHA256 1b07b5243797895c7229a573265f256290c4d68d0e703168792f07efc7003ad7 SHA512 0b6ac94ad87af2adaac82b93a3ad1406ccb397a7572181b3baa27474793e4de4602de29029bf8c078ff2cfe414f5795ad1120ee4dadda9552ddffe39450b8606 WHIRLPOOL c91c28b7c1fa91e6741afa113bd58d442525b898ce4ab67e176f93b3662b2d8045c830a91e5bcbeb8d6ef6d4966c7fd9a0d7d5a31883ec8e0423b9713d57933c
|
||||
PBIN numpy-1.16.4-r1.pbin-1+exheres-0 3448 SHA256 2d22f53a3f16eb378a7974d7d9771406f441c098c9ec1d5d1401468451c8c0ea SHA512 29be194f62685980f8938c2d37fdde238bdefebe86ecc5011c2e97934225dcca2061b141788d3f1c413930c7cc125230b953549799740c13858992cfabc83de7 WHIRLPOOL 2dd1f5850dac5cbb2a482bed77a74d279bc5f699f34c371a758124c67351c51c0b08272ff10be985fea8dc987f2e709108b10df65c57277334e74dcd7fe78cb8
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Mon Sep 23 21:04:28 CEST 2019
|
||||
# Created by paludis-3.0.0 on Wed Apr 29 19:54:21 CEST 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build+run: dev-python/Cython[>=0.19][python_abis:*(-)?] sys-libs/libgfortran:=9 virtual/blas virtual/lapack ) [[ defined-in = [ numpy.exlib ] ]]"
|
||||
DEPENDENCIES="( build: virtual/unzip ) [[ defined-in = [ pypi.exlib ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build: dev-python/Cython[>=0.19][python_abis:*(-)?] build+run: sys-libs/libgfortran:=9 virtual/blas virtual/lapack ) [[ defined-in = [ numpy.exlib ] ]]"
|
||||
DESCRIPTION=" NumPy is the fundamental package needed for scientific computing with Python. It contains: * a powerful N-dimensional array object * sophisticated broadcasting functions * basic linear algebra functions * basic Fourier transforms * sophisticated random number capabilities * tools for integrating Fortran code * tools for integrating C/C++ code Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/numpy/ https://numpy.org"
|
||||
INHERITED=" pypi flag-o-matic multibuild easy-multibuild python setup-py numpy"
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.16.4.zip"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1569265468"
|
||||
GENERATED_TIME="1588182861"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
@@ -26,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -shared"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
PLATFORMS="~amd64 ~armv8 ~x86"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--numpy-1.16.4--C.28054.1569265463.824698.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--numpy-1.16.4-r1--C.29617.1588182857.372546.C.tar.bz2"
|
||||
SUMMARY="Fast and sophisticated array facility for the Python language"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:numpy"
|
||||
Reference in New Issue
Block a user