Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18822 Details for
Bug 30453
tracker bug for new blas/lapack subsystem
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
war
war (text/plain), 489 bytes, created by
Derek Dolney
on 2003-10-05 19:58:05 UTC
(
hide
)
Description:
war
Filename:
MIME Type:
Creator:
Derek Dolney
Created:
2003-10-05 19:58:05 UTC
Size:
489 bytes
patch
obsolete
>#! /bin/bash ># ># war -- wrapper for the archiver ># ># Executed by ATLAS build as: ># full_path/war ARCHIVER ARFLAGS LIBNAME.a OBJS.lo > >TOPDIR=$(echo $0 | sed 's/\(.*\)\/.*/\1/') >PWD=$(pwd) > >ARCHIVER=$1 >LIBRARY=$(echo $3 | sed 's/.*\/\(.*\)/\1/') >OBJ_DIR=${TOPDIR}/gentoo/$LIBRARY > >if [ ! -x $OBJ_DIR ]; then mkdir -p $OBJ_DIR; fi > >$ARCHIVER $@ > >shift 3 >for obj in $@ ; do > lobj=$(echo $obj | sed 's/\.o/\.lo/') > ln -sf ${PWD}/$obj ${OBJ_DIR}/$obj > ln -sf ${PWD}/$lobj ${OBJ_DIR}/$lobj >done >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 30453
:
18820
|
18821
|
18822
|
18826
|
18827
|
18828
|
18829
|
19370
|
25639
|
25939
|
26448
|
26692
|
26693
|
26694
|
27708
|
31686
|
31691
|
33019