History log of /petsc/config/BuildSystem/ (Results 4451 – 4475 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b48659f610-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

update tarball for pARMS to removed duplicate symbol with PaStiX

6b2767b410-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

ask sundials to not build components we do not use; they may be not building right on some systems

4c8f8fcc10-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

fixes for PaStiX.py and pARMS.py due to updates in Package.py

a326997410-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

remove java.py never used and will never be used
add simple makefile rule for finding untested packages

e5868a4810-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

update Zoltan to latest release and to use GNUPackage

9422e75409-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

tetgen.py update due to removing PETSc.package.NewPackage
do not download c2html by default

fbb667ab09-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

fixes for packages after removal of PETSc.package.NewPackage

0505a2a309-Sep-2014 Satish Balay <balay@mcs.anl.gov>

hdf5: downgrade to 1.8.12 as 1.8.13 breaks with netcdf
> > ../liblib/.libs/libnetcdf.so: undefined reference to `H5Pset_fapl_mpiposix'

06e08bc709-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

removed PETSc.package.NewPackage and moved all packages to one location


config/compilerOptions.py
config/package.py
config/packages/Chaco.py
config/packages/MUMPS.py
config/packages/Mathematica.py
config/packages/Matlab.py
config/packages/MatlabEngine.py
config/packages/PARTY.py
config/packages/PTScotch.py
config/packages/PaStiX.py
config/packages/SuiteSparse.py
config/packages/SuperLU.py
config/packages/SuperLU_DIST.py
config/packages/SuperLU_MT.py
config/packages/Triangle.py
config/packages/X.py
config/packages/Zoltan.py
config/packages/afterimage.py
config/packages/c2html.py
config/packages/cmake.py
config/packages/ctetgen.py
config/packages/cuda.py
config/packages/elemental.py
config/packages/fftw.py
config/packages/glut.py
config/packages/hwloc.py
config/packages/hypre.py
config/packages/java.py
config/packages/lgrind.py
config/packages/metis.py
config/packages/mkl_pardiso.py
config/packages/ml.py
config/packages/mpe.py
config/packages/mpi4py.py
config/packages/opengl.py
config/packages/opengles.py
config/packages/openmp.py
config/packages/pARMS.py
config/packages/pami.py
config/packages/papi.py
config/packages/parmetis.py
config/packages/pcbddc.py
config/packages/petsc4py.py
config/packages/pthread.py
config/packages/pthreadclasses.py
config/packages/saws.py
config/packages/scalapack.py
config/packages/sowing.py
config/packages/spai.py
config/packages/sprng.py
config/packages/ssl.py
config/packages/sundials.py
config/packages/tetgen.py
config/packages/threadcomm.py
config/packages/valgrind.py
config/packages/viennacl.py
config/packages/yaml.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/petsc.py
/petsc/config/PETSc/utilities/Regression.py
/petsc/config/builder.py
/petsc/config/cmakeboot.py
/petsc/makefile
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
b8bef39008-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

ssl.py does not require only double precision
switch elemental, metis and parmetis to use CMakePackage

72dba1de08-Sep-2014 Satish Balay <balay@mcs.anl.gov>

hdf5: update tarball to hdf5-1.8.13.tar.gz

ddfe292508-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

85101cbe08-Sep-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/config-re.sub' into maint

* jed/config-re.sub:
config: prefer str.replace(...) over re.sub(re.escape(...))
config: simplify regex

7227842d08-Sep-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/config-re.sub'

* jed/config-re.sub:
config: prefer str.replace(...) over re.sub(re.escape(...))
config: simplify regex

d9574d5208-Sep-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-remove-config-init'

* knepley/feature-remove-config-init:
Configure: No longer use __init__.py to store the list of packages, read them from the filesystem

79053d2308-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint-3.4' into maint

3e96064208-Sep-2014 Satish Balay <balay@mcs.anl.gov>

hdf5: hdf5 has c++ comments in C sourcefiles - this breaks with some compilers.

Reported-by: Åsmund Ervik <asmund.ervik@ntnu.no>

0edeeece08-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-gnumake-check' into maint

fd61f6a307-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

move precision,scalartype and integer size over to config.package.Package
note this is an incomplete update since consistency checks must be turned off

288dc2fd06-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

converted several packages to not use PETSc.package.NewPackage since they do not need it

3e020eee06-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

bug fix in package.py
html.py should not use default GNUPackage compilers since they may be mpi based
netcdf.py requires hdf5.py
updated prizes info

8e892abc06-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

converted Numpy to config.package.Package

a5b6e6ab06-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

update lgrind.py to use just config.package.Package and install auxillary files in correct location

071ac21206-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

switched make.py c2html.py and sowing.py to use GNUPackage
also added support to GNUPackage to install packages in confDir ie. PETSC_DIR/PETSC_ARCH when private to PETSc builds

fb51f87705-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

simplify GNUPackage by removing methods that could
be more easily implemented by simplying implementing the method in the xxxx.py package for handling configure options
removed outdated documentation

1...<<171172173174175176177178179180>>...190