Skip to content

Commit

Permalink
[SCons] Remove unused configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 30, 2015
1 parent c983d73 commit 592a40a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,10 @@ class defaults: pass
if os.name == 'posix':
defaults.prefix = '/usr/local'
defaults.boostIncDir = ''
defaults.boostLibDir = ''
env['INSTALL_MANPAGES'] = True
elif os.name == 'nt':
defaults.prefix = pjoin(os.environ['ProgramFiles'], 'Cantera')
defaults.boostIncDir = ''
defaults.boostLibDir = ''
env['INSTALL_MANPAGES'] = False
else:
print "Error: Unrecognized operating system '%s'" % os.name
Expand Down Expand Up @@ -542,15 +540,6 @@ config_options = [
'f2c' program are included. Set this to "n" if you want to
build Cantera using the F77 sources in the ext directory.""",
True),
('F77',
"""Compiler used to build the external Fortran 77 procedures from
the Fortran source code.""",
env.get('F77')),
('F77FLAGS',
"""Fortran 77 Compiler flags. Note that the Fortran compiler
flags must be set to produce object code compatible with the
C/C++ compiler you are using.""",
'-O3'),
PathVariable(
'stage_dir',
""" Directory relative to the Cantera source directory to be
Expand Down

0 comments on commit 592a40a

Please sign in to comment.