-
dfrankow changed the public information on the Dan's Tuner project.
2009-09-08 19:48:23 UTC in Dan's Tuner
-
dfrankow changed the public information on the Dan's Tuner project.
2009-09-08 19:48:22 UTC in Dan's Tuner
-
Motivation: I want the latest gnuplot features (e.g., "smooth kdensity") in a version of gnuplot that I can install into Debian with "apt-get".
2009-04-23 19:57:39 UTC in gnuplot development
-
It looks to me as if the fitness value is only copied if there is not a Chromosome from the pool.
I checked that this bug still exists in the current distribution.
A patch:
--- src/org/jgap/Chromosome.java (revision 1514)
+++ src/org/jgap/Chromosome.java (working copy)
@@ -376,8 +376,8 @@
else {
copy = new Chromosome(getConfiguration());
}
-.
2009-02-03 22:15:06 UTC in JGAP
-
Nice job.
2009-01-07 02:01:05 UTC in gnuplot development
-
Relinking the symlink would seem to completely dodge the rest of Debian admin, which might leave garbage around I don't want. However, I was able to rid myself of the old libgd, and now it builds (see below ===s).
One way to resolve this bug would be a better error message. Somewhere, the string "libgd is too old, requires at least version 2" should come out.
=========================...
2009-01-06 21:36:42 UTC in gnuplot development
-
I don't know what would happen if I changed the libgd.so link. There may be applications depending on it.
Is it possible to make the configure file grab >= a particular libgd release?
Or at least check that requirement with a link test and skip it if it's not there?
Back in the day when I wrote autoconf stuff, you could give a small C/C++ program to test, and I think that would include...
2009-01-06 02:16:22 UTC in gnuplot development
-
Versions of libgd:
$ ls -l /usr/lib/libgd.so
lrwxrwxrwx 1 root root 14 2008-06-12 13:30 /usr/lib/libgd.so -> libgd.so.1.8.4
$ ls -l /usr/lib/libgd.so.2
lrwxrwxrwx 1 root root 15 2009-01-05 15:41 /usr/lib/libgd.so.2 -> libgd.so.2.0.33
I've got to think it's using the 1.8.4. I modified the g++ line to use --verbose, and it says:
/usr/lib/gcc/i486-linux-gnu/4.1.2/collect2...
2009-01-05 23:40:25 UTC in gnuplot development
-
Output of gcc -v:
dan@axon:/orasi/dan/tmp/gnuplot$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit...
2009-01-05 23:24:01 UTC in gnuplot development
-
We are running debian 4.0 (etch), with most software installed via apt-get.
I downloaded gnuplot from CVS (as described in http://gnuplot.sourceforge.net/development/index.html#DownloadCVS), ran prepare, configure, make.
I get the following error:
g++ -g -O2 -o gnuplot alloc.o axis.o binary.o breaders.o bitmap.o color.o command.
o contour.o datafile.o dynarray.o eval.o fit.o...
2009-01-05 23:21:56 UTC in gnuplot development