Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88777 Details for
Bug 136206
Installation of asn2all in ncbi-tools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable asn2all compilation
asn2all.patch (text/plain), 1.16 KB, created by
José María Fernández González
on 2006-06-09 09:13:29 UTC
(
hide
)
Description:
Patch to enable asn2all compilation
Filename:
MIME Type:
Creator:
José María Fernández González
Created:
2006-06-09 09:13:29 UTC
Size:
1.16 KB
patch
obsolete
>--- ncbi-20050605/make/makedis.csh 2005-05-13 05:42:12.000000000 +0200 >+++ ncbi/make/makedis.csh 2005-09-20 22:02:38.000000000 +0200 >@@ -472,6 +472,24 @@ > > set net_stat = $status > >+if ("$?NCBI_MT_OTHERLIBS" == "1") then >+ set CMD='make $MFLG -f makenet.unx \ >+ CFLAGS1=\"$NCBI_OPTFLAG $NCBI_CFLAGS1 $OGL_INCLUDE\" \ >+ LDFLAGS1=\"$NCBI_LDFLAGS1\" SHELL=\"$NCBI_MAKE_SHELL\" \ >+ AR=\"$NCBI_AR\" CC=\"$NCBI_CC\" RAN=\"$NCBI_RANLIB\" OTHERLIBS=\"$NCBI_OTHERLIBS\" \ >+ THREAD_OBJ=$NCBI_THREAD_OBJ \ >+ THREAD_OTHERLIBS=\"$NCBI_MT_OTHERLIBS\" \ >+ NETENTREZVERSION=\"$NETENTREZVERSION\" $NET_VIB asn2all' >+else >+ set CMD='make $MFLG -f makenet.unx \ >+ CFLAGS1=\"$NCBI_OPTFLAG $NCBI_CFLAGS1 $OGL_INCLUDE\" \ >+ LDFLAGS1=\"$NCBI_LDFLAGS1\" SHELL=\"$NCBI_MAKE_SHELL\" \ >+ AR=\"$NCBI_AR\" CC=\"$NCBI_CC\" RAN=\"$NCBI_RANLIB\" OTHERLIBS=\"$NCBI_OTHERLIBS\" \ >+ NETENTREZVERSION=\"$NETENTREZVERSION\" $NET_VIB asn2all' >+endif >+eval echo $CMD >+eval echo $CMD | sh >+ > if ($make_stat != 0 || $demo_stat != 0 || $threaded_demo_stat != 0 || $net_stat != 0) then > echo FAILURE primary make status = $make_stat, demo = $demo_stat, threaded_demo = $threaded_demo_stat, net = $net_stat > cat <<EOF
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136206
:
88776
| 88777