Commit Graph

370 Commits

Author SHA1 Message Date
Vitor Santos Costa 9a35d17861 fix DLL loading and C_SO suffix (remove an extra .) 2013-11-13 15:10:15 +00:00
Vítor Santos Costa bfee0cbea6 Attached is a small patch to fix a race when installing with parallel
make jobs. If we're performing an install where libYap is a shared
library then there's a race between installing libYap.so and calling the
yap executable; this can lead to yap not finding its required runtime
dependency:

(cd yap-6.3.3/packages/http ;
LD_LIBRARY_PATH=$DESTDIR/usr/share/Yap/http:$DESTDIR/usr/lib64/Yap:
YAPSHAREDIR=$DESTDIR/usr/share/Yap YAPLIBDIR=$DESTDIR/usr/lib64/Yap
$DESTDIR/usr/bin/yap $DESTDIR/usr/lib64/Yap/startup.yss -f none -g make
-t halt)

$DESTDIR/usr/bin/yap: error while loading shared libraries: libYap.so:
cannot open shared object file: No such file or directory
make[1]: *** [install] Error 127

Since @YAPLIB@ expands to either libYap.a or libYap.so depending on
whether we are building a static or shared libYap library, we can use that.

Keri Harris
2013-11-10 11:24:30 +00:00
U-w7\vsc 029bf8359c improvements 2013-11-04 18:05:23 +00:00
Vítor Santos Costa b7be50ee1f distributed commit 2013-11-04 01:16:08 +00:00
Vitor Santos Costa 65f5a3d364 more mpi fixes 2013-10-29 16:25:38 +00:00
Vitor Santos Costa fe154e87a5 lam_mpi configuration (again). 2013-10-29 16:17:16 +00:00
Vitor Santos Costa 1cbe82da1e SWI flags compat 2013-10-29 12:43:31 +00:00
Vítor Santos Costa 726d7ca1cc cuda package from Carlos 2013-10-07 12:20:00 +01:00
Vitor Santos Costa 609f6fc440 allow yser code error handling 2013-10-03 11:24:59 +01:00
Vitor Santos Costa b6b6b12c6f Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2013-06-03 16:40:12 -05:00
Vitor Santos Costa 3b2b4b03c8 split atom stuff to its own file 2013-05-09 18:00:41 -05:00
Vitor Santos Costa fba909cf46 Merge branch 'master' of git.dcc.fc.up.pt:yap-6.3 2013-04-19 16:40:30 -05:00
Vitor Santos Costa 90abff4f2f Exo compilation, the range example. 2013-04-16 20:04:53 -05:00
Vitor Santos Costa 3f68f424ce fix static compilation of some libs 2013-03-13 18:52:00 -05:00
Vitor Santos Costa a5000dab32 change SWI stuff to swi directory. 2013-03-05 15:50:38 -06:00
Vítor Santos Costa 67208c8157 signals 2013-02-09 08:51:33 -06:00
Vítor Santos Costa 1abd5dce90 fix init order to have terms when setting up Prolog flags 2013-01-21 10:07:46 +00:00
Vítor Santos Costa b24c91eeb3 install chr in bootstrap 2013-01-20 22:55:19 +00:00
Vítor Santos Costa 8971f37232 start 6.3.4. 2013-01-20 19:28:33 +00:00
Vítor Santos Costa 0734b9fd33 msw went away 2013-01-20 17:17:51 +00:00
Vítor Santos Costa 1bd2224377 update version 2013-01-20 17:16:34 +00:00
David Vaz c9a01455b5 Merge branch 'udi_new' into yap 2013-01-08 18:45:39 +00:00
Vítor Santos Costa f063a2bd52 exo first step. 2013-01-07 09:47:14 +00:00
David Vaz bd25c61fbf New work on UDI 2012-12-17 20:23:03 +00:00
Vitor Santos Costa 547ba48f9f fix CUT_C=1 not being exported to sub-makefiles. 2012-12-11 23:02:05 +00:00
Vítor Santos Costa bf956ca639 python interface as a separate package 2012-11-02 22:37:27 +00:00
Vitor Santos Costa 139b06115e range builtins 2012-10-23 14:55:17 +01:00
Vitor Santos Costa 84a5f518bf fix Makefile trouble 2012-10-23 09:06:38 +01:00
Vítor Santos Costa b272205707 odbc and archive 2012-10-23 00:45:13 +01:00
Vítor Santos Costa 135027fe20 python support. 2012-10-22 21:37:17 +01:00
VITOR SANTOS COSTA c5bbbd9f93 support archive package 2012-09-11 14:21:09 +01:00
Vítor Santos Costa 1e1d49e112 allow installing examples by defult. 2012-07-07 09:43:07 -05:00
Vítor Santos Costa 50a7acdae0 install chr examples by default. 2012-07-06 18:50:50 -05:00
Vítor Santos Costa 70bde4d38f inline extern patch by Denys Duchier 2012-06-29 22:44:08 +01:00
Vitor Santos Costa 5989af937b MT support in mingw win32. 2012-06-29 15:38:49 -05:00
Vitor Santos Costa a9d1bd788e improve SWI console 2012-06-22 03:56:01 -05:00
Vitor Santos Costa 58c3445d82 win console. 2012-06-08 06:55:23 -05:00
Tiago Gomes cf929b6f13 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2012-05-23 17:59:26 +01:00
Tiago Gomes 3388917aa5 change location and directory name of c++ probabilistic inference algorithms 2012-05-23 14:45:02 +01:00
Vitor Santos Costa 6c36a8ccd3 make it easier for outside packages to link with YAP innards. 2012-05-14 15:06:18 +01:00
Vítor Santos Costa 8c6b68278c isupport compiling bdd package. 2012-03-22 21:37:20 +00:00
Vítor Santos Costa 8c556f21ba include XMLPL package. 2012-02-14 12:41:12 +00:00
Vítor Santos Costa fc4edc3ad1 update version. 2012-02-13 19:30:00 +00:00
Vítor Santos Costa c4ee7ee0c3 Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3
Conflicts:
	.gitmodules
	configure
	packages/real
2012-02-01 20:57:42 +00:00
Vítor Santos Costa e4bfd98830 use real package shared with swi. 2012-01-31 15:11:39 +00:00
Vítor Santos Costa 20de9c3090 fix codelist to latest SWI and pl-codelist.h from old directory. 2012-01-25 22:15:53 -06:00
Vítor Santos Costa 244cb3d17c compile prism. 2011-11-18 17:02:09 +00:00
Vítor Santos Costa 6a7dc31a3b fix header files. 2011-11-12 12:22:19 +00:00
Vítor Santos Costa 3dbae0cb94 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-11-04 02:48:28 +00:00
Vítor Santos Costa 83f0903f6a Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3 2011-11-04 02:47:31 +00:00
Vítor Santos Costa 2ee9981a11 new Makefiles and prototypes. 2011-11-03 07:55:56 +09:00
Vítor Santos Costa 0ea25a8908 bprolog support 2011-10-27 12:37:26 +02:00
Fabrizio Riguzzi be449b3aef updated cplint 2011-10-22 16:33:04 +02:00
Vítor Santos Costa 48bfaa1ce1 move to 6.3.1 2011-10-22 10:25:04 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 90f8be5f0b fix compilation of plyap and install. 2011-10-22 00:38:07 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 067ff9828d windows Makefile. 2011-10-22 00:19:48 +01:00
Vitor Santos Costa 9cfd4d8d8b move package/PLStream to os
modify Makefiles accordingly
define __unix__ on Unix like clones (OSX, AIX, etc).
2011-09-04 19:42:33 +02:00
Vitor Santos Costa 51e635f0c9 more QLY stuff. 2011-08-31 13:59:30 -07:00
Vitor Santos Costa 7c0ba3b867 qly stuff. 2011-08-24 00:11:54 -03:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa b6aca9463d Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-08-18 22:35:13 +01:00
Vitor Santos Costa 0ed341ed83 Merge branch 'master' of https://github.com/denys-duchier/yap-6.3
Conflicts:
	configure
2011-08-09 08:12:43 -03:00
Vitor Santos Costa 34b82b4b34 qly to qlyw 2011-08-09 08:10:56 -03:00
Denys Duchier d4d4dbaddf added support for gecode library 2011-08-08 15:21:36 +02:00
Vitor Santos Costa c871761c11 more qly stuff. 2011-08-03 08:23:00 +01:00
Vitor Santos Costa a56402303e first step for quick loader, and fix an instruction format. 2011-07-30 00:07:35 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 840e287cda mode changes 2011-07-25 17:09:28 +01:00
Vitor Santos Costa 45e5e3b983 work if ipackages are missing and some cleanups. 2011-07-13 15:31:22 +01:00
Vitor Santos Costa 5c03739525 SWI inherited stuff 2011-06-14 08:59:58 +01:00
Vitor Santos Costa 9eabaa580c support for documentation in packages. 2011-06-12 22:26:04 +01:00
Vitor Santos Costa f04a153e42 flag unavailable before gcc-4.2 2011-06-11 23:07:02 +01:00
U-WIN-ENP104VVO3U\Vítor Santos Costa 48284cfb44 windows console fixes 2011-06-09 17:55:27 +01:00
U-WIN-ENP104VVO3U\Vítor Santos Costa a0748c7c10 windows interface. 2011-06-06 19:03:20 +01:00
Ricardo Rocha 3cd4f399c5 move opt.memory.c to or.memory.c 2011-06-02 17:05:58 +01:00
U-WIN-ENP104VVO3U\Vítor Santos Costa 772cf833a6 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-05-02 18:23:50 +01:00
U-WIN-ENP104VVO3U\Vítor Santos Costa fde6fd9f51 fix makefile for win stuff 2011-05-02 18:20:40 +01:00
Vítor Santos Costa de0f8a8236 dbload 2011-04-30 01:16:40 +01:00
Joao 9ab6f7ad36 Merge branch 'master' of git://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-04-07 16:04:19 +01:00
Joao 27d3399768 rename YAPOR files in OPTYAP 2011-03-31 14:50:47 +01:00
Joao 662658986a chnage define ACOW to YAPOR_COW 2011-03-30 16:39:09 +01:00
Joao 3e148c3541 change define SBA to YAPOR_SBA 2011-03-30 15:32:59 +01:00
Joao 810c96416b change define ENV_COPY to YAPOR_COPY 2011-03-30 14:35:10 +01:00
Vitor Santos Costa 889e146f0d update packages
fix tai loading bug (now compile tai libraries in binary).
2011-03-27 13:14:42 +01:00
Vítor Santos Costa e03acef3f9 use SWI flags. 2011-03-26 15:17:17 +00:00
Vítor Santos Costa be3568d176 fix make clean. 2011-03-25 23:17:27 +00:00
Vítor Santos Costa e617a4c62a fix parallel make 2011-03-25 22:44:20 +00:00
Vítor Santos Costa 0ffe3fa6a5 break GLOBALS into GLOBALS+LOCALS 2011-03-23 16:45:47 +00:00
Vítor Santos Costa 44f6ce1000 first cut at support for J Azevedo and Rui Camacho's YapR. 2011-03-23 09:46:27 +00:00
U-WIN-ENP104VVO3U\Vítor Santos Costa 263fe8083c fix bad paths 2011-03-22 09:31:56 +00:00
U-WIN-ENP104VVO3U\Vítor Santos Costa 7670ce631b WIN32 patches 2011-03-21 17:07:58 +00:00
Vitor Santos Costa ca952a4eac include R package. 2011-03-19 15:29:06 +00:00
Vitor Santos Costa 5418f55d74 fix pl-tai 2011-03-09 13:05:03 +00:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 752fa4fc53 support windows compilation, upgrade to current uxnt. 2011-03-09 00:02:21 +00:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa a3f79cede9 WINDOWS compatibility 2011-03-08 00:03:50 +00:00
Vitor Santos Costa 8ee0724524 set version number. 2011-03-07 22:26:28 +00:00
Vítor Santos Costa da1df3d851 more cleanups. 2011-03-02 23:19:39 +00:00
Vítor Santos Costa b868d85ac8 make rl not deadlock under SIGINT 2011-03-01 12:31:19 +00:00
Vítor Santos Costa cce6bb6354 LD should be local to threads.
get rid of write_depth on YAP side.
2011-03-01 10:26:25 +00:00
Vítor Santos Costa 9f38705c17 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-03-01 09:04:45 +00:00
ubu32 851b07c240 fix small bugs 2011-02-28 15:45:14 -08:00
Vítor Santos Costa 2b1663b8a6 Makefile.in was told about clpbn bp solver. 2011-02-25 12:10:25 +00:00