Skip to content

Commit

Permalink
Add fftw config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianv0 committed Aug 7, 2019
1 parent f7712cb commit 8ae2a03
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions configs/fftw.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=["fftw3.h"],
libs=["fftw3","fftw3f"],
)

0 comments on commit 8ae2a03

Please sign in to comment.