History log of /petsc/config/PETSc/Configure.py (Results 626 – 650 of 1111)
Revision Date Author Comments
# 33dd83b1 24-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/attribute-deprecated-compat'

* jed/attribute-deprecated-compat:
config: avoid string argument to __attribute((deprecated))


# 4dab787d 20-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/snes-jacobiancoloropt' of bitbucket.org:petsc/petsc into hzhang/snes-jacobiancoloropt


# 7f25701d 20-Sep-2013 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/snes-jacobiancoloropt' of bitbucket.org:petsc/petsc into hzhang/snes-jacobiancoloropt


# 4af5b008 19-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/gnumake'

* jed/gnumake:
gmake: clean MPIUNI_MOD
config: rename PETSC_BUILD_USING_GNUMAKE to MAKE_IS_GNUMAKE
gmake: Fortran module dependencies
gmake: use MODDIR for F90 mod

Merge branch 'jed/gnumake'

* jed/gnumake:
gmake: clean MPIUNI_MOD
config: rename PETSC_BUILD_USING_GNUMAKE to MAKE_IS_GNUMAKE
gmake: Fortran module dependencies
gmake: use MODDIR for F90 module dest (PETSC_ARCH/include)
gmake: clean use petsc*.mod [as *.mod might delete mpi.mod aswell]

show more ...


# 01f69807 19-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/dmvecmattypes
possible some messed up manual merges!

Conflicts:
src/dm/impls/mesh/examples/tutorials/ex4f90.F
src/dm/impls/mesh/mesh.c
src/dm/impls/mesh/meshcreat

Merge branch 'master' into barry/dmvecmattypes
possible some messed up manual merges!

Conflicts:
src/dm/impls/mesh/examples/tutorials/ex4f90.F
src/dm/impls/mesh/mesh.c
src/dm/impls/mesh/meshcreate.c
src/dm/impls/mesh/section.c
src/snes/examples/tutorials/ex10.c
src/snes/examples/tutorials/ex12.c
src/snes/examples/tutorials/ex52.c
src/snes/examples/tutorials/ex62.c
src/snes/utils/mesh/dmmeshsnes.c

show more ...


# ac1d0f13 18-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

config: rename PETSC_BUILD_USING_GNUMAKE to MAKE_IS_GNUMAKE

BuildSystem should be independent of PETSc


# c70504c1 16-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/gnumake'

GNU Make (v3.81 or later) is now the default build, --download-make is supported.

* jed/gnumake: (44 commits)
gmake: put object files in obj/ instead of obj-gmake/
gm

Merge branch 'jed/gnumake'

GNU Make (v3.81 or later) is now the default build, --download-make is supported.

* jed/gnumake: (44 commits)
gmake: put object files in obj/ instead of obj-gmake/
gmake: make is no longer at config.programs - so remove old usage of self.make
gmake: pass gmake to mpich/openmpi configure [fixes --download-mpich]
gmake: fix --download-triangle [do not overwrite self.make set by package.py]
make: reduce default verbosity of gnumake build
make: use SL_LINKER_SUFFIX (Mac uses .dylib)
make: change formula to compute make_np [from number of cores] Also remove special code for Barry [probably needed by an a laptop older than his current]
gmake: workarround if FC_MODULE_OUTPUT_FLAG is not found
gnumake: make it the default build mode
make: fix usage from programs.make to self.make [via packages.py]
make: clean up integration of programs.make into make.py
download-make: migrate prior 'make' detection code from programs.py to packages/make.py
download-make: add initial support. [yet to migrate stuff from programs.py]
win32fe: updated binaries now handle 'lib @cmdfile' and 'cvf/ifort -module:PATH'
gmake: read ./conf/petscvariables when not in environment
gmake: support for AR using win32fe response files
__SDIR__: use empty string instead of NULL
config: dependency flags are only needed by compiler, so skip linker test
config: add dependency flags for most compilers
__SDIR__: set to NULL, ignoring __INSDIR__ which is now unnecessary
...

Conflicts:
config/BuildSystem/config/programs.py

show more ...


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# 671d731a 11-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'balay/download-make' into jed/gnumake

* balay/download-make:
make: change formula to compute make_np [from number of cores] Also remove special code for Barry [probably needed by an

Merge branch 'balay/download-make' into jed/gnumake

* balay/download-make:
make: change formula to compute make_np [from number of cores] Also remove special code for Barry [probably needed by an a laptop older than his current]
gnumake: make it the default build mode
make: fix usage from programs.make to self.make [via packages.py]
make: clean up integration of programs.make into make.py
download-make: migrate prior 'make' detection code from programs.py to packages/make.py
download-make: add initial support. [yet to migrate stuff from programs.py]

show more ...


# 59a26b54 02-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

config: avoid string argument to __attribute((deprecated))

Intel only supports __attribute((deprecated("string argument"))) when
`which gcc` returns a sufficiently recent version. Cray likes to
con

config: avoid string argument to __attribute((deprecated))

Intel only supports __attribute((deprecated("string argument"))) when
`which gcc` returns a sufficiently recent version. Cray likes to
configure libraries with different modules loaded than the user will
find in their default environment. This indirect sensitivity to
environment is too fragile, so we have to avoid the feature entirely.

show more ...


# 473bb0d5 31-Aug-2013 Satish Balay <balay@mcs.anl.gov>

cleanup includes that are no longer needed. Also remove check for _fullpath() as
the corresponding code is removed.


# 45082d64 30-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

Sys: avoid getpwuid in file path routines

This function is badly implemented by some well-known supercomputing
vendors (causes corruption and crashes) and ~ expansion in the shell
uses $HOME rather

Sys: avoid getpwuid in file path routines

This function is badly implemented by some well-known supercomputing
vendors (causes corruption and crashes) and ~ expansion in the shell
uses $HOME rather than the password home directory field anyway.

This commit does not affect the failing test for path expansion.

show more ...


# 6daa6ed0 25-Jul-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved


# 95499f38 01-Jul-2013 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# e8759196 01-Jul-2013 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-tgamma-windows-icc' into maint


# 8a8caf5a 01-Jul-2013 Satish Balay <balay@mcs.anl.gov>

Merge branch 'irving/fix-quotes-in-petscmachineinfo.h' into maint


# ca77dbee 12-Jun-2013 Geoffrey Irving <irving@naml.us>

Escape quotes in paths in petscmachineinfo.h


# 9481793e 11-Jun-2013 Satish Balay <balay@mcs.anl.gov>

gnumake: make it the default build mode


# a6fc04d9 10-Jun-2013 Satish Balay <balay@mcs.anl.gov>

tgamma: icc on windows requires mathimf.h for tgamma.
[but configure doesn't use any includes in tgamma test]


# b10d012a 28-May-2013 Satish Balay <balay@mcs.anl.gov>

gmake: check cygwin version - and its 1.7.18 or older, use V=1


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 0d7e0a8c 01-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'balay/threadcomm-fixes'

* 'balay/threadcomm-fixes'
threadcomm: fix potential "set, but not used variable" warning
threadcomm: fix build on bgl/c++ threadcommred.c
threadcomm: CHK

Merge branch 'balay/threadcomm-fixes'

* 'balay/threadcomm-fixes'
threadcomm: fix potential "set, but not used variable" warning
threadcomm: fix build on bgl/c++ threadcommred.c
threadcomm: CHKERRQ() shouldn't be used on sysctlbyname(). #155945 Fixes on bsd:

show more ...


# ba8f9f4e 01-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'balay/cmake-python24-compatibility-fixes'

* 'balay/cmake-python24-compatibility-fixes' of bitbucket:petsc/petsc:
cmakegen.py: ensure that file is closed before attempting cleanup
c

Merge branch 'balay/cmake-python24-compatibility-fixes'

* 'balay/cmake-python24-compatibility-fixes' of bitbucket:petsc/petsc:
cmakegen.py: ensure that file is closed before attempting cleanup
cmake: fixup to work with python2.4 the - the current configure requirement

Conflicts:
config/cmakegen.py (allsrc named string from cuda_add_library)

show more ...


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


1...<<21222324252627282930>>...45