diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-09-04 12:53:46 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-09-04 12:53:46 +0000 |
commit | df3c410d22e3bd2427ab4bef2ca4b67ec3322f64 (patch) | |
tree | 482917154e4fc9ad4663917fd5d3586b68f8d3c8 /TODO | |
parent | 2005-08-31 Danny van Dyk <kugelfang@gentoo.org> (diff) | |
download | eselect-df3c410d22e3bd2427ab4bef2ca4b67ec3322f64.tar.gz eselect-df3c410d22e3bd2427ab4bef2ca4b67ec3322f64.tar.bz2 eselect-df3c410d22e3bd2427ab4bef2ca4b67ec3322f64.zip |
2005-09-04 Danny van Dyk <kugelfang@gentoo.org>
* modules/blas.eselect: Fixed a bug about setting implementation to
reference in case we had an active C implementation already. Storing
configuration will now be handled after the setup_*() step.
* modules/lapack.eselect: Storing configuration will now be handled
after the setup_*() step.
diffstat:
blas.eselect | 11 ++++++++---
lapack.eselect | 7 ++++---
2 files changed, 12 insertions(+), 6 deletions(-)
svn path=/trunk/; revision=180
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -8,13 +8,16 @@ Targets for 1.0.0 * inherit / import functionality -- we could use some way of having a set of common actions for, for example, alternatives-style plugins. Probably just a wrapper around source and a few variables. Should be dead easy to do once we - figure out interface details. (ciaranm) + figure out interface details. (all) + +Targets for 1.1.0 +================= * figure out interactive mode -- interactive should only be allowed for certain designated actions. We'll also need library functions for menus and - so on. See code in config module for a rough demo. (ciaranm) + so on. See code in config module for a rough demo. (n.n) -* make these modules 'undodgy': binutils,config (all) +* make these modules 'undodgy': config (n.n) Possible Ideas ============== |