Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
antik
gsll
Commits
c4186620
Commit
c4186620
authored
9 years ago
by
Liam M. Healy
Browse files
Options
Downloads
Patches
Plain Diff
Conditionalize definition for MacOSX
parent
ad5409ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init/init.lisp
+4
-3
4 additions, 3 deletions
init/init.lisp
with
4 additions
and
3 deletions
init/init.lisp
+
4
−
3
View file @
c4186620
;; Load GSL
;; Liam Healy Sat Mar 4 2006 - 18:53
;; Time-stamp: <2015-08-
02 14:35:57
EDT init.lisp>
;; Time-stamp: <2015-08-
23 11:23:16
EDT init.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2015 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -55,7 +55,7 @@
(
in-package
:gsl
)
;;
#+darwin
#+
darwin
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
defun
gsl-config
(
arg
)
"A wrapper for tool `gsl-config'."
...
...
@@ -76,7 +76,8 @@
(
namestring
(
uiop:merge-pathnames*
pn
*gsl-libpath*
))))
#-
darwin
; unneeded other than macosx
(
defun
gsl-config-pathname
(
pn
)
pn
)
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
defun
gsl-config-pathname
(
pn
)
pn
))
(
cffi:define-foreign-library
libgslcblas
(
:darwin
#+
ccl
#.
(
ccl:native-translated-namestring
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment