Opened 14 years ago

Closed 14 years ago

#544 closed request (fixed)

allow --without-boost, --without-gsl and --without-blas

Reported by: Peter Owned by: Peter
Priority: trivial Milestone: yat 0.6
Component: build Version: trunk
Keywords: Cc:

Description

I think we should allow user to call --without-foo because if he does so, he probably has a good reason for it.

One reason is that he is not interested in building yat, but only issue make dist, or that might be other more intricate cases...

Change History (4)

comment:1 Changed 14 years ago by Peter

Summary: allow --without-boost, --without-gsl and --without-gslallow --without-boost, --without-gsl and --without-blas

comment:2 Changed 14 years ago by Peter

(In [1978]) refs #544. Added support for --without-boost.

comment:3 Changed 14 years ago by Peter

Status: newassigned

comment:4 Changed 14 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [2129]) New configure option 'with-gsl=DIR'. This option also accepts 'no' as an argument or equivalently '--without-gsl' in which case no check for GSL will be performed. The old --with-gsl-prefix and --with-gsl-exec-prefix are deprecated.

fixes #544

Note: See TracTickets for help on using tickets.