3
0
Fork 0
forked from mirrors/nixpkgs

Added note on package status for 64 bits

svn path=/nixpkgs/trunk/; revision=14090
This commit is contained in:
Pjotr Prins 2009-02-17 08:23:21 +00:00
parent 1ff2661414
commit 7ba68d934f

View file

@ -1,6 +1,11 @@
{stdenv, fetchurl, cpio}:
# Note: you may want the older C-libs at ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2008/Mar_17_2008/NCBI_C_Toolkit/ncbi_c--Mar_17_2008.tar.gz
# The NCBI package only builds on 32bits - on 64bits it breaks because
# of position dependent code. Debian packagers have written replacement
# make files(!). Either we use these, or negotiate a version which can
# be pushed upstream to NCBI.
#
# Another note: you may want the older and deprecated C-libs at ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2008/Mar_17_2008/NCBI_C_Toolkit/ncbi_c--Mar_17_2008.tar.gz
stdenv.mkDerivation rec {
name = "ncbi_tools";