Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
2ea64e90
Commit
2ea64e90
authored
Feb 19, 2012
by
Liam M. Healy
Browse files
Rename dependent system cffi-libffi, fix Darwin path
parent
c1216004
Changes
2
Hide whitespace changes
Inline
Side-by-side
gsll.asd
View file @
2ea64e90
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <201
1-10-29 19:21:04ED
T gsll.asd>
;; Time-stamp: <201
2-02-05 16:50:51ES
T gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -19,7 +19,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
asdf:oos
'asdf:load-op
:cffi-
fsbv
))
; loads cff-grovel too, needed here
(
asdf:oos
'asdf:load-op
:cffi-
libffi
))
; loads cff-grovel too, needed here
(
asdf:defsystem
#:gsll
:name
"GSLL"
...
...
init/init.lisp
View file @
2ea64e90
;; Load GSL
;; Liam Healy Sat Mar 4 2006 - 18:53
;; Time-stamp: <2012-0
1
-1
3
1
2:03:27
EST init.lisp>
;; Time-stamp: <2012-0
2
-1
9
1
0:35:34
EST init.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -67,8 +67,8 @@
(
cffi:define-foreign-library
libgslcblas
(
:darwin
#+
ccl
#.
(
ccl:native-translated-namestring
(
gsl-config-pathname
"
lib/
libgslcblas.dylib"
))
#-
ccl
#.
(
gsl-config-pathname
"
lib/
libgslcblas.dylib"
))
(
gsl-config-pathname
"libgslcblas.dylib"
))
#-
ccl
#.
(
gsl-config-pathname
"libgslcblas.dylib"
))
(
:cygwin
"cyggslcblas-0.dll"
)
(
:unix
(
:or
"libgslcblas.so.0"
"libgslcblas.so"
))
(
t
(
:default
"libgslcblas"
)))
...
...
@@ -83,8 +83,8 @@
(
cffi:define-foreign-library
libgsl
(
:darwin
#+
ccl
#.
(
ccl:native-translated-namestring
(
gsl-config-pathname
"
lib/
libgsl.dylib"
))
#-
ccl
#.
(
gsl-config-pathname
"
lib/
libgsl.dylib"
))
(
gsl-config-pathname
"libgsl.dylib"
))
#-
ccl
#.
(
gsl-config-pathname
"libgsl.dylib"
))
(
:cygwin
"cyggsl-0.dll"
)
(
:unix
(
:or
"libgsl.so.0"
"libgsl.so"
))
(
t
(
:default
"libgsl"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment