Satish, Just pushed a fix. Let me know if this works. Dmitry.
On Fri, Oct 15, 2010 at 11:13 PM, Dmitry Karpeev <karpeev at mcs.anl.gov> wrote: > Okay, I'll look into it. > Thanks for catching it. > Dmitry. > > On Fri, Oct 15, 2010 at 9:29 PM, Satish Balay <balay at mcs.anl.gov> wrote: >> pushed a fix for now. However I'm not sure if the following is appropriate: >> >>> ? --download-netcdf-version=<string> >> >> For one - its not a uniform option across all packages. ?And secondly >> we have --download-packagename=URL working now. >> >> Satish >> >> On Fri, 15 Oct 2010, Satish Balay wrote: >> >>> Dmitry, >>> >>> Your push breaks regular builds.. >>> >>> >>>>>>>>> >>> asterix:/home/balay/tmp/petsc-dev>./config/examples/asterix/asterix64.py >>> =============================================================================== >>> ? ? ? ? ? ? ?Configuring PETSc to compile on your system >>> =============================================================================== >>> TESTING: alternateConfigureLibrary from >>> PETSc.packages.hdf5(config/BuildSystem/config/package.py:459) ? ? ? ? ? ? ? >>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Please enter value for download-netcdf: >>> >>> >>> asterix:/home/balay/tmp/petsc-dev>./configure --help |grep netcdf >>> ? --with-netcdf=<bool> >>> ? --with-netcdf-dir=<dir> >>> ? --with-netcdf-include=<dir> >>> ? --with-netcdf-lib=<libraries: e.g. [/Users/..../libnetcdf.a,...]> >>> ? --download-netcdf-version=<string> >>> ? --download-netcdf-shared=<bool> >>> asterix:/home/balay/tmp/petsc-dev> >>> <<<<<<<<<<<<< >>> >>> There is no ?download-netcdf option - but a new --download-netcdf-version? >>> >>> Satish >>> >>> >>> >>> On Fri, 15 Oct 2010, Dmitry Karpeev wrote: >>> >>> > I've added GNUPackage(config.package.Package), which is supposed to >>> > simplify writing configure modules >>> > for "GNU packages" (i.e., those that are installed using the >>> > "configure; make; make install" paradigm). >>> > NetCDF.py has been expanded a bit to allow for a download and derives >>> > from GNUPackage now. >>> > Bugs are likely, of course, so if anybody has any trouble configuring >>> > with NetCDF, let me know and I'll take >>> > care of it. >>> > >>> > Thanks. >>> > Dmitry. >>> > >>> >>> >> >> >
