- 18 Dec, 2018 3 commits
-
-
Raymond Toy authored
Clean up section headings and other text.
-
Raymond Toy authored
-
Raymond Toy authored
-
- 22 Nov, 2018 1 commit
-
-
Raymond Toy authored
-
- 15 Dec, 2017 1 commit
-
-
Raymond Toy authored
Fix build issues reported by Quicklisp See merge request !4
-
- 11 Dec, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 May, 2017 1 commit
-
-
Raymond Toy authored
-
- 19 May, 2017 2 commits
-
-
Raymond Toy authored
Cleanup asdf for minpack and odepack See merge request !3
-
Raymond Toy authored
asdf2 complains about the system names and suggests correct names. Make it so. Also update the dependencies based on what f2cl what routines are called by each subroutine.
-
- 30 Mar, 2017 2 commits
-
-
Raymond Toy authored
Make F2CL work on ASDF 3.0 to 3.2 Closes #1 See merge request !2
-
Francois-Rene Rideau authored
Work around a bug in ASDF versions earlier than 3.3, whereby you can't usefully override the :initform (or :default-initargs) for slots defined by the class SYSTEM. Also, separate f2cl-asdf into its own system.
-
- 29 Mar, 2017 1 commit
-
-
Raymond Toy authored
Make it build with ASDF 3.3 See merge request !1
-
- 27 Mar, 2017 1 commit
-
-
Francois-Rene Rideau authored
Clean up the ASDF support, with compatibility back to ASDF 3.0. This is necessary to work with ASDF 3.3. There are still test failures, but they do not seem to be build-related.
-
- 29 Jan, 2017 11 commits
-
-
Raymond Toy authored
* Refactor systems as was done for mk:defsystem files * Update paths to the fortran files that were moved to their own directory.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Add odepack-package system and update dependencies * Remove package module from most systems since odepack-package defines it. * Indent code nicely.
-
Raymond Toy authored
The three demos for lsode, lsoda, and lsodar compile and run.
-
Raymond Toy authored
Demo runs.
-
Raymond Toy authored
-
Raymond Toy authored
The common routines in odepack-lsode and odepack-lsoda are factored out into a new odepack-blas-util system. This system consists of the BLAS routines and some SLATEC utility routines used by both systems.
-
Raymond Toy authored
Make the deme depend on this ssytems instead of odepack. Demo runs.
-
Raymond Toy authored
-
Raymond Toy authored
Remove the files that aren't needed for dlsode. At least they're not needed to run the demo for lsode.
-
- 28 Jan, 2017 2 commits
-
-
Raymond Toy authored
Define odepack-lsode system that includes just the files needed to compile the demo for lsode. Updated the system for odedemo-lsode to depend on odepack-lsode, of course. Things compile and run. No guarantee that I didn't miss anything, though.
-
Raymond Toy authored
-
- 17 Oct, 2015 1 commit
-
-
Raymond Toy authored
-
- 14 Nov, 2013 1 commit
-
-
Raymond Toy authored
-
- 13 Nov, 2013 1 commit
-
-
Raymond Toy authored
given strings.
-
- 02 Oct, 2013 1 commit
-
-
Raymond Toy authored
-
- 15 Sep, 2013 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- 01 Apr, 2013 2 commits
-
-
Raymond Toy authored
package.
-
Raymond Toy authored
intrinsics but are not intrinsic functions. src/f2cl1.l: o Get rid of *default-intrinsic-function-names*, and revert *intrinsic-function-names* to its original definition. o Add *non-intrinsic-function-names* to hold symbols that can't be intrinsics because they are in the formal argument list of a subprogram. o Remove *declared-intrinsic-names* o When fixing up symbols that should be from f2cl-lib package because they're intrinsic functions, skip over symbols in *non-intrinsic-function-names*. o Check the subprogram arg list for symbols have the same name as intrinsics and save them on *non-intrinsic-function-names* because we know they can't be intrinsics. src/f2cl2.l: o When trying to ID an intrinsic function call, we have to skip over anything in *non-intrinsic-function-names* because we know they're not intrinsics. src/f2cl5.l: o Update check-reserved-lisp-names because we don't need to handle intrinsic function specially. Any symbol that looks like an instrinsic is one, unless it also shows up in *non-intrinsic-function-names*. This means we don't append "$" to these symbols, and that we also don't spuriously create symbols that aren't used.
-
- 26 Mar, 2013 1 commit
-
-
Raymond Toy authored
-
- 24 Mar, 2013 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
o Did not handle the declaration correctly: character name*(*) This was declaring name to be an array of strings, but it's really just a string of unknown length. o Added new (Fortran 95) intrinsic LEN_TRIM. This was needed by the new version of lapack. o Try to be more careful about declaring things that were declared as instrinsics. We no longer create a dummy variable named foo$ when we foo is declared as a intrinsic.
-
- 17 Mar, 2013 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
defaulted (to 1).
-
- 30 May, 2012 1 commit
-
-
Raymond Toy authored
other way!
-