Hm, not only i have to downgrade GCC, but also need to change my kernel cmdline. Unfortunately, the upstream doesn't seem to react. And there is too much of a hassle to make all these changes. Could someone upload a package for x64?
Search Criteria
Package Details: atlas-lapack 1:3.10.3-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/atlas-lapack.git (read-only, click to copy) |
---|---|
Package Base: | atlas-lapack |
Description: | Automatically Tuned Linear Algebra Software |
Upstream URL: | http://math-atlas.sourceforge.net |
Licenses: | BSD, custom:lapack |
Provides: | atlas-lapack-base, blas, cblas, lapack |
Submitter: | ilpianista |
Maintainer: | henkm |
Last Packager: | henkm |
Votes: | 93 |
Popularity: | 0.000050 |
First Submitted: | 2008-04-24 01:36 (UTC) |
Last Updated: | 2024-02-01 12:28 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
Required by (550)
- abinit (requires blas)
- abinit (requires lapack)
- algodoo (requires lapack)
- ambertools (requires blas)
- ambertools (requires lapack)
- amino-git (requires cblas)
- amino-git (requires lapack)
- apbs (requires blas)
- apbs (requires lapack)
- armadillo (requires blas)
- armadillo (requires lapack)
- arpack++ (requires blas)
- arpack++ (requires lapack)
- arpack-git (requires lapack)
- arrayfire-git (requires cblas)
- atompaw (requires lapack)
- atomsk-git (requires blas)
- atomsk-git (requires lapack)
- avs-device-sdk (requires cblas)
- basix (requires lapack)
- Show 530 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 18 Next › Last »
kyak commented on 2013-10-03 16:28 (UTC)
sfpotter commented on 2013-10-01 23:17 (UTC)
I was having the same issue with this package. Following the instructions in MarBur's latest comment, including setting intel_pstate=disable, I was able to build the package without issue.
MarBur commented on 2013-09-19 15:14 (UTC)
Atlas compiles with GCC 4.7 if I configure it with -D c -DWALL in addition to other settings in PKGBUILD. This uses wall timer for timing meaning that computer mustn't be busy.
I also booted with intel_pstate=disable because processor frequency didn't stay at 3.4 Ghz on performance governor if intel_pstate was configuring frequency.
kyak commented on 2013-09-17 17:22 (UTC)
@MarBur that's one great bug report. Let's see how upstream responds.
giniu commented on 2013-09-17 17:11 (UTC)
I don't think this is related to package itself, I will monitor this issue upstream. Thanks for reporting.
MarBur commented on 2013-09-17 13:48 (UTC)
I have the same error:
https://dl.dropboxusercontent.com/u/25828692/full_log.log
But I think the real error is higher up:
make[5]: *** [RunMADef] Aborted (core dumped)
make[5]: Leaving directory `/tmp1/yaourt-tmp-mabu/aur-atlas-lapack/src/ATLAS/build/tune/sysinfo'
xsyssum: /tmp1/yaourt-tmp-mabu/aur-atlas-lapack/src/ATLAS/build/..//tune/sysinfo/GetSysSum.c:92: getfpinfo: Assertion `system(ln) == 0' failed.
Full report: http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/?limit=50#3620
kyak commented on 2013-09-13 18:32 (UTC)
gcc version 4.8.1 20130725 (prerelease) (GCC)
/usr/bin/gcc -V 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
make[4]: [error_report] Error 1 (ignored)
/usr/bin/gcc --version 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
tar cf error_Corei264AVX.tar Make.inc bin/INSTALL_LOG/*
bzip2 error_Corei264AVX.tar
make[4]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build'
make[3]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build'
make[2]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build/bin'
Error report error_<ARCH>.tgz has been created in your top-level ATLAS
directory. Be sure to include this file in any help request.
cat: ../../CONFIG/error.txt: No such file or directory
cat: ../../CONFIG/error.txt: No such file or directory
make[1]: *** [build] Error 255
make[1]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build'
make: *** [build] Error 2
==> ERROR: A failure occurred in build().
Aborting...
:: atlas-lapack cleaned
giniu commented on 2013-03-01 20:34 (UTC)
I adopted this package. For now I just updated it and walked around archive bug. I will clean it up during following updates.
gborzi commented on 2013-01-28 15:10 (UTC)
I'm going to orphan this package. I'm using openblas now, and this package is a pain to maintain.
giniu commented on 2013-01-27 11:43 (UTC)
When you update ATLAS to new release (atlas 3.10.1) look out for bsdtar issue:
http://code.google.com/p/libarchive/issues/detail?id=299
for some reason it fails to extract the archive, you can walk around this, add sources to noextract and extract them by hand using "tar"
Pinned Comments
phcerdan commented on 2017-06-08 06:48 (UTC) (edited on 2017-06-08 06:49 (UTC) by phcerdan)