Commit graph

52 commits

Author SHA1 Message Date
snmsts 5b267381a6 fix 'ros.installing' feature not work. reported by Fukamachi. 2023-10-01 00:32:54 +09:00
SANO Masatoshi dae5e63c7b fix #534 2022-11-27 01:56:35 +09:00
SANO Masatoshi c0bc5973a9 [WIP] ros install sbcl-head to install newer than released 2021-07-23 10:19:27 +09:00
gos-k 81635defae
Clasp bin (#475)
* Add install clasp-bin

* Fix path

* add install-clasp-bin.lisp on Makefile.am

Co-authored-by: SANO Masatoshi <snmsts@gmail.com>
2021-04-29 17:47:39 +09:00
SANO Masatoshi edf3f304e1 'ros install sbcl-source' to just download/expand source. 2020-02-22 15:36:56 +09:00
luca.regini c33be6b8ed removed dependency on cl-fad as requested by snmsts 2020-01-04 09:40:01 +01:00
luca.regini 559fa67043 Changed the definition of installedp to check also if the directory is
empty and not only if it exists.
In fact on Windows an error during SBCL compilation might produce an empty
SBCL directory. In such cases checking only if the directory exists will
lead to erroneously detect an already installed SBCL version.
2019-12-27 22:32:13 +01:00
SANO Masatoshi 78a5d59239 support ros run mkcl. 2018-06-19 14:19:01 +09:00
SANO Masatoshi d73694bba8 show error when get version failure. 2018-06-11 19:04:24 +09:00
SANO Masatoshi f0d42c397d style edit 2018-01-06 09:36:07 +10:30
SANO Masatoshi 7879aabf7e ros install will put script into env/envname/bin. 2017-09-19 01:15:46 +09:00
SANO Masatoshi 95072e115b transfer setup function from util-install-quicklisp.lisp to util-install.lisp 2017-08-07 04:40:35 +09:00
SANO Masatoshi 57fa7dc74c reindent via 'ros fmt' with new lem. 2017-07-13 09:59:59 +09:00
SANO Masatoshi e85cb4a8ea indent. 2017-07-05 20:14:24 +09:00
SANO Masatoshi da6613f36a record last installation time. 2017-06-26 15:45:44 +09:00
SANO Masatoshi b58a107faf to support symbolic linked systems. 2017-04-28 21:56:51 +09:00
SANO Masatoshi ba9490bdae ros: -> roswell: 2017-02-22 17:24:00 +09:00
SANO Masatoshi 04d9aeab40 fix error can't setf 'pathname-type' 2017-02-15 21:49:17 +09:00
SANO Masatoshi 7e1a595a90 copy rosscript to ~/.roswell/bin with and without ros extention. 2017-02-15 21:40:06 +09:00
SANO Masatoshi b1a4653c46 'ros install clasp' work. 2017-02-01 11:51:47 +09:00
SANO Masatoshi 1a54dad7ff stop installing externals-clasp if directory exists. 2017-01-31 09:29:24 +09:00
SANO Masatoshi fa59ff566e experimental support 'ros install exteranals-clasp+' 2017-01-30 13:19:27 +09:00
SANO Masatoshi d000e77db5 system 2017-01-14 21:11:06 +09:00
SANO Masatoshi b3fef8c286 rename package ros.install -> roswell.install 2016-12-25 10:46:07 +09:00
SANO Masatoshi 096e3f9856 debug 2016-12-25 10:20:27 +09:00
SANO Masatoshi 3e30a9fb3d when invoked 'ros install lisp-package' the cwd has subdirectory '.roswell/local-projects/' file would be checkout into the directory instead of default directory. 2016-12-25 02:09:21 +09:00
SANO Masatoshi aae31c89ed introduce 'config-env' 2016-12-23 09:17:31 +09:00
SANO Masatoshi 10155a1dc5 fix. 2016-12-17 16:09:46 +09:00
SANO Masatoshi 39c42548a4 fix? 2016-12-17 14:53:29 +09:00
SANO Masatoshi e74364a60f separate package. 2016-12-17 10:53:40 +09:00
SANO Masatoshi 9d7c5f1f78 ros:opt -> opt 2016-12-10 16:46:52 +09:00
SANO Masatoshi 03346d4240 get-opt -> ros:opt 2016-12-10 01:16:30 +09:00
SANO Masatoshi 11e5a86e76 reindent 2016-11-23 13:42:26 +09:00
SANO Masatoshi 864296b50b show 'install.force=t' option when try install impl which are already installed. 2016-11-03 09:34:33 +09:00
SANO Masatoshi 5aff88f520 (ros:include "system") introduce (ros.util::system) 2016-10-20 21:56:26 +09:00
SANO Masatoshi e09cf5c321 introduce decide-download 2016-10-07 01:38:05 +09:00
SANO Masatoshi fa028f56b7 fix error.m 2016-10-07 00:07:02 +09:00
SANO Masatoshi cb72b852b2 use decide-version 2016-10-06 23:21:44 +09:00
SANO Masatoshi 8b2a6df203 fix abcl-bin? 2016-10-06 22:44:38 +09:00
SANO Masatoshi 7576bc1c78 shorten 2016-10-06 20:54:27 +09:00
SANO Masatoshi b8a1c788eb move definition mingw-namestring 2016-06-30 08:43:33 +09:00
SANO Masatoshi 2e6b6d2329 trivial 2016-06-07 12:32:19 +09:00
SANO Masatoshi f548d621c5 support acl a bit... 2016-05-22 20:32:47 +09:00
SANO Masatoshi 4142cd845b show more when 'ros install ql-loadable-project'. 2016-05-22 12:22:28 +09:00
SANO Masatoshi ba01cfece9 arraign the order of message shown for ros install. 2016-05-21 02:44:41 +09:00
SANO Masatoshi 4c53de2e2f start working on 'ros install cmu-bin' 2016-05-19 02:36:41 +09:00
SANO Masatoshi 866cae7888 install 7zip should depend on zip 2016-05-04 13:10:54 +09:00
SANO Masatoshi dbf3030202 collect uri definitions to locations.lisp 2016-04-26 01:49:49 +09:00
SANO Masatoshi c81190986d forget... that util-install shouldn't include dependency for quicklisp. 2016-04-23 16:14:36 +09:00
SANO Masatoshi 34f75338c4 cmd-help.c -> help.ros 2016-04-03 17:19:11 +09:00