Skip to content

Commit

Permalink
Add gsl.cfg file
Browse files Browse the repository at this point in the history
(cherry picked from commit 53d5a01a8c543b1006175a0d381cebb51c42770e)
  • Loading branch information
gcomoretto authored and brianv0 committed Aug 7, 2019
1 parent 0c1fbb6 commit a4651ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions configs/gsl.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- python -*-

import lsst.sconsUtils

dependencies = {
"required": [],
}

config = lsst.sconsUtils.ExternalConfiguration(
__file__,
headers=["gsl/gsl_rng.h"],
libs=["gslcblas", "gsl"],
)

0 comments on commit a4651ca

Please sign in to comment.