Commit Graph

25 Commits

Author SHA1 Message Date
bentley
1ccb9d9eee Update maintainer email address. 2015-10-13 06:29:37 +00:00
espie
492e1a91c6 the makefile does some crazy thing with libraries. Sometimes the timestamps
don't quite match, and all hell breaks loose.

MAKE DARN SURE it gets its file by forcing them down the problematic target.
Yep, sometimes ar will replace the same files twice. Which is always better
than 0.

this has long been an annoyance. Why do every single math guy still write
makefiles by hand that look like fortran77 code ?

(also fix an error in popen by speaking the right standardese)
2013-10-11 08:39:25 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
pirofti
e6f6d3ee96 Disable on landisk. Takes forever to build. Okay ajacoutot@. 2011-11-13 16:07:09 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
pvalchev
addd0fd924 update to yorick-2.1.06; from didickman@gmail.com 2010-05-11 23:22:37 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
pvalchev
2d567461e9 Update to yorick-2.1; from Daniel Dickman 2008-10-22 00:51:01 +00:00
steven
907a85c549 remove quotes from COMMENT/PERMIT*/BROKEN 2007-09-15 18:44:36 +00:00
alek
40d6a7f479 Add WANTLIB markers 2004-12-27 07:41:44 +00:00
pvalchev
f959e59ea0 Teach yorick to find files in their installed location and also
install some additional files.  Since the last update it would
get confused and look in the workdir instead
bump PKGNAME
2003-02-12 07:37:35 +00:00
fgsch
8625bbcf91 byebye NEED_VERSION. 2002-12-29 19:43:49 +00:00
pvalchev
010169a03e Update to yorick-1.5.08 2002-02-20 23:31:28 +00:00
pvalchev
5bbeef6487 more regression handling nits 2002-02-19 07:25:59 +00:00
pvalchev
b08c758b20 The regression tests are interactive, as they require X.
Also use REGRESS_TARGET instead of manually playing with do-regress target.
2002-02-19 06:58:30 +00:00
pvalchev
c9abfdef35 enable regression tests 2001-11-18 07:51:50 +00:00
pvalchev
b0bc20e764 NO_REGRESS 2001-11-01 09:02:11 +00:00
pvalchev
85b611ecbd Update to yorick-1.5.02 (thanks heko@iki.fi) 2001-07-26 19:19:22 +00:00
pvalchev
ad44cf86d5 Update to v1.5:
* Now respects CFLAGS/CPPFLAGS, no need for patches.
* autoconf removed, CONFIGURE_STYLE set to simple.
* Use do-install target now that the install method is so messy.
* New homepage.
2001-06-09 20:32:16 +00:00
pvalchev
ce65ee9e23 distfile name changed 2001-06-07 23:24:11 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
wilfried
cdd29ba2ff move MASTER_SITES, from maintainer 2001-03-17 12:41:41 +00:00
reinhard
5dfaec65e3 Yorick is an interpreded language for scientific computing
and numerical analysis, very similar to Matlab.
 
Yorick's array syntax, interpreted programs are compact,
nearly free of explicit loops, and can run at speeds up to
20% of optimized compiled speed.
 
It can do interactive graphics via the X Window System,
including x-y plots, quadrilateral meshes and cell arrays.
Includes tools to assist making animated and simple 3d
graphs.
 
Supports output directly to your screen, in PostScript and
binary CGM format.

Maintainer: Peter Valchev <pvalchev@toxiclinux.org>
2001-02-09 10:50:51 +00:00