@bred
scipy 0.17 has been released. Would you be so kind and and update the PKGBUILD? Thanks.
I've built mine by changing the following variables:
pkgver=0.17.0
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz" )
md5sums=('ef0949640ee73f845dde6dd7f84d7691')
Search Criteria
Package Details: python-scipy-mkl 1.14.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scipy-mkl.git (read-only, click to copy) |
---|---|
Package Base: | python-scipy-mkl |
Description: | SciPy is open-source software for mathematics, science, and engineering. |
Upstream URL: | http://www.scipy.org/ |
Licenses: | BSD |
Conflicts: | python-scipy |
Provides: | python-scipy |
Submitter: | bred |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2012-09-06 19:34 (UTC) |
Last Updated: | 2024-08-21 08:06 (UTC) |
Dependencies (13)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pooch
- cython (cython-gitAUR, cython0AUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- meson-python (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pythran (python-pythran-gitAUR) (make)
- python-pytest (check)
- python-pillow (python-pillow-gitAUR) (optional) – for image saving module
Required by (870)
- advene (requires python-scipy)
- ambertools (requires python-scipy)
- apsynsim (requires python-scipy) (make)
- ardupilot-copter-sitl (requires python-scipy)
- asammdf-git (requires python-scipy) (optional)
- audio-offset-finder-git (requires python-scipy)
- basicanalysis (requires python-scipy)
- caffe (requires python-scipy) (optional)
- caffe-cmake-git (requires python-scipy)
- caffe-cuda (requires python-scipy) (optional)
- caffe-cuda-git (requires python-scipy) (optional)
- caffe-git (requires python-scipy) (optional)
- caffe-ssd (requires python-scipy) (optional)
- casadi (requires python-scipy)
- casadi-git (requires python-scipy) (optional)
- ceph (requires python-scipy) (make)
- ceph-base (requires python-scipy) (make)
- ceph-bin (requires python-scipy)
- ceph-cephadm (requires python-scipy) (make)
- ceph-cephfs (requires python-scipy) (make)
- Show 850 more...
Sources (1)
trovao commented on 2016-02-25 12:39 (UTC)
white1033 commented on 2015-12-06 05:16 (UTC)
Getting errors while trying to build the thing here. Any ideas?
Found executable /opt/intel/compilers_and_libraries_2016.1.150/linux/bin/intel64/ifort
Traceback (most recent call last):
File "setup.py", line 253, in <module>
setup_package()
File "setup.py", line 250, in setup_package
setup(**metadata)
File "/usr/lib/python3.5/site-packages/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.5/site-packages/numpy/distutils/command/install.py", line 60, in run
r = old_install.run(self)
File "/usr/lib/python3.5/distutils/command/install.py", line 539, in run
self.run_command('build')
File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.5/site-packages/numpy/distutils/command/build.py", line 47, in run
old_build.run(self)
File "/usr/lib/python3.5/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.5/site-packages/numpy/distutils/command/build_clib.py", line 103, in run
self._f_compiler.customize(self.distribution)
File "/usr/lib/python3.5/site-packages/numpy/distutils/fcompiler/__init__.py", line 521, in customize
linker_so_flags = self.flag_vars.linker_so
File "/usr/lib/python3.5/site-packages/numpy/distutils/environment.py", line 39, in __getattr__
return self._get_var(name, conf_desc)
File "/usr/lib/python3.5/site-packages/numpy/distutils/environment.py", line 53, in _get_var
var = self._hook_handler(name, hook)
File "/usr/lib/python3.5/site-packages/numpy/distutils/fcompiler/__init__.py", line 700, in _environment_hook
return hook()
File "/usr/lib/python3.5/site-packages/numpy/distutils/fcompiler/intel.py", line 66, in get_flags_linker_so
v = self.get_version()
File "/usr/lib/python3.5/site-packages/numpy/distutils/fcompiler/__init__.py", line 434, in get_version
raise CompilerNotFound()
numpy.distutils.fcompiler.CompilerNotFound
==> ERROR: A failure occurred in package_python-scipy-mkl().
Aborting...
:: Installing python-scipy-mkl package(s)...
:: failed to build python-scipy-mkl package(s)
ptrr commented on 2015-10-02 11:11 (UTC)
scipy-0.16.0 is out.
Probably it would be advisable update the pkgbuild to select compiler intelem or intel based on the arch as is done in python-numpy-mkl. Currently it's a mix.
benvarkey commented on 2013-12-16 21:36 (UTC)
scipy-0.13.2 is out
<deleted-account> commented on 2013-07-23 10:20 (UTC)
This replaced python*-numpy-mkl with python*-numpy since 1.7.1 is out. This then broke the build. Perhaps it would be better to make-depend this on *-numpy-mkl in the first place?
bred commented on 2013-03-18 11:55 (UTC)
@ mSSM
Sorry, but the python2 package is builded interdependently from the python3 package.
If we use the python2 builder it uses the py2 interpreter and the py2 libs.
Can you send me the full error log?
mSSM commented on 2013-03-17 20:22 (UTC)
Ok, some guys on #Python suggested that that comes from the fact that the Python2 version of the package is build with Python3 sources. I have removed the Python2 arguments from the PKGBUILD and the package seems to build fine for Python3. :)
mSSM commented on 2013-03-17 20:09 (UTC)
Getting errors when trying to build the thing here. Any ideas?
compile options: '-I/usr/lib/python3.3/site-packages/numpy/core/include -I/usr/include/python3.3m -c'
icc: scipy/stats/_rank.c
icc -O3 -fPIC -fp-model strict -fomit-frame-pointer -openmp -xHost -w -shared build/temp.linux-x86_64-3.3/scipy/stats/_rank.o -L/usr/lib -Lbuild/temp.linux-x86_64-3.3 -lpython3.3m -o build/lib.linux-x86_64-3.3/scipy/stats/_rank.cpython-33m.so
running scons
Traceback (most recent call last):
File "setup.py", line 208, in <module>
setup_package()
File "setup.py", line 145, in setup_package
from numpy.distutils.core import setup
File "/usr/lib/python3.3/site-packages/numpy/__init__.py", line 131, in <module>
from ._import_tools import PackageLoader
File "/usr/lib/python3.3/site-packages/numpy/_import_tools.py", line 263
print(str(mess), file=sys.stderr)
^
SyntaxError: invalid syntax
bred commented on 2013-02-17 09:45 (UTC)
For this PKGBUILD you must use the imtel-mkl and intel-compilers provided in the Intel parallel studio XE:
See:
https://aur.archlinux.org/packages.php?ID=56337
Pinned Comments
petronny commented on 2019-06-26 08:47 (UTC)
Prebuilt binaries of this package can be found in arch4edu.