History log of /petsc/config/BuildSystem/config/packages/googletest.py (Results 1 – 18 of 18)
Revision Date Author Comments
# a9583370 29-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-add-package-buildLanguages' into 'main'

Add package buildLanguages so that we can correctly select a language for header checking etc

See merge request petsc/petsc!4603


# c9b04d1e 26-Nov-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Packages: replace self.cxx/fc with self.buildLanguages, so that we can correctly select a language for header etc checking


# 03fec62a 17-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-mmg-parmmg' into 'master'

configure: add Mmg and ParMmg

See merge request petsc/petsc!3375


# 04504107 14-Jan-2021 Pierre Jolivet <pierre@joliv.et>

configure: centralize self.cmake.found exceptions


# 2850b57e 28-Oct-2020 Pierre Jolivet <pierre@joliv.et>

configure: cleanup formCMakeConfigureArgs


# 7e6a3d4a 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-gitcommit' into 'master'

configure: update gitcommit from 'master' to hash [and for branch - usage...

See merge request petsc/petsc!3251


# 8578e4c3 27-Sep-2020 Satish Balay <balay@mcs.anl.gov>

configure: update gitcommit from 'master' to hash [and for branch - usage should be: 'origin/branch']

And use thrust-1.10.0

Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>


# ca4be637 22-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/updatePackageFlags' into 'master'

configure: add updatePackageCFlags(), updatePackageFFlags(),...

See merge request petsc/petsc!3202


# 85e169cc 17-Sep-2020 Satish Balay <balay@mcs.anl.gov>

configure: self.framework.pushLanguage() -> self.pushLanguage()


# f5167b43 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

configure: add updatePackageCFlags(), updatePackageFFlags(), updatePackageCxxFlags() to manage xcode/clang-12, gfortran-10, Nag requirements

xcode/clang-12 is defaulting to -Werror=implicit-function

configure: add updatePackageCFlags(), updatePackageFFlags(), updatePackageCxxFlags() to manage xcode/clang-12, gfortran-10, Nag requirements

xcode/clang-12 is defaulting to -Werror=implicit-function-declaration, so use -Wno-implicit-function-declaration with externalpackages

reorganize gfortran-10 [-fallow-argument-mismatch], Nag ['-mismatch','-dusty','-dcfuns'] requirements

show more ...


# dd169d64 28-Jun-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into stefano_zampini/feature-gmsh-periodic

* master: (1016 commits)
metis: setself.downloaddirnames for change in 6d90219d8fa4f8b2fd242cc6ff9008358d87c26f
fix compile warni

Merge branch 'master' into stefano_zampini/feature-gmsh-periodic

* master: (1016 commits)
metis: setself.downloaddirnames for change in 6d90219d8fa4f8b2fd242cc6ff9008358d87c26f
fix compile warning: /sandbox/petsc/petsc.clone/src/snes/examples/tests/ex2.c:250:8: warning: ‘pointsAllProcs’ may be used uninitialized in this function [-Wmaybe-uninitialized] ierr = DMInterpolationSetUp(interpolator, dm, pointsAllProcs);CHKERRQ(ierr);
migrate 'build requires: !mpiuni' to new format
migrate 'build requires: !complex' to new format
workarround 'division by zero' compiler warning on windows C:\cygwin64\home\petsc\PETSC~3.CLO\src\ts\examples\TUTORI~1\ex11.c(416): warning #39: division by zero if (uL->h < 0 || uR->h < 0) {for (i=0; i<1+dim; i++) flux[i] = 0./0.; return;} /* SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Reconstructed thickness is negative"); */
dos2unix to prevent warnings on opensolaris "/export/home/petsc/petsc.clone/src/ksp/ksp/examples/tests/ex53.c", line 6: warning: invalid white space character in directive
fix output file - corresponding to code changes in efd4aadf157bf1ba2d80c2be092fcf4247860003
disable test on windows
update log from opensolaris so that the diff is clean on linux aswell
update grep in sync with change in efd4aadf157bf1ba2d80c2be092fcf4247860003
Fixed code that did not correctly set current color for block insertion
Update output files that did not get fixed after previous merges
Change MPIUni to not immediately abort on operations it cannot perform, instead return error code
Add filter for example that can produce 1 different iteration count
Example add system calloc, bad formating of %d in print, commented out code
Always use (void) for functions that take no arguments, never ()
always need to caste PetscReal variables to (double) in print statements
updates to manual page for clarity
update help menu for MatRARt() -- MatRARt_mpiaij_mpiaij is supported now, but not efficient.
fix nightlybuild error with c1cbb1def3f8ddca04c3998b9c06618fd1ffef35 on arch-linux-IPL64 src/ksp/pc/examples/tests ex5_1
...

Conflicts:
include/petscdm.h
src/dm/impls/plex/plexcreate.c
src/dm/impls/plex/plexgmsh.c
src/dm/impls/plex/plexhdf5.c

show more ...


# 5292cab6 30-May-2017 Scott Kruger <scott.e.kruger@gmail.com>

Merge branch 'scott/test-datafiles-fix' of https://bitbucket.org/petsc/petsc into scott/test-datafiles-fix


# ec14d8c8 27-May-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
ini

Merge branch 'master' into knepley/feature-plex-sphere-mesh

* master: (2633 commits)
Bib: Added ref
SNES ex56: Update test output
add a citation to petsc.bib
Plex: Initialize variables
initialize ap as complained by the nightly tests
Plex ex3: Update to new point function API
initialize some variables as complained by nightly tests
SNES ex12: Mix misnaming Nf --> Nc
update tests
add tests
add MatView_SeqXAIJ_ASCII_structonly(); enable A->structure_only in MatSetValuesBlocked_SeqBAIJ
typo
fill-in some references
Bib: Fixed ref
Plex: Added PLY to file support
Plex: Adding PLY support
PetscDS: Turn off Fortran bindings for Constants
Plex tests: Updated to new point function API
SNES ex56: Moved tests to new format
DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/plex/examples/tests/ex1.c
src/dm/impls/plex/plexcreate.c
src/dm/impls/plex/plexgmsh.c
src/snes/examples/tutorials/ex63.c

show more ...


# f09ee9fb 12-May-2017 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-fetidp-ex69


# a0479788 07-May-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-boundary-values

* master: (487 commits)
Bib: More refs
Fixed errors in the manuals and ts_glee source code doc
fix bug to enable '-xxx_via [alg]

Merge branch 'master' into knepley/feature-plex-boundary-values

* master: (487 commits)
Bib: More refs
Fixed errors in the manuals and ts_glee source code doc
fix bug to enable '-xxx_via [alg]' to showup in '-help' Reported-by: Mark Adams <mfadams@lbl.gov>
Plex: Remove dead code
TS tutorials ex11: remove unused functions
TSAdapt: Set TSADAPTNONE as default adapt type
DMPlex: missed viewer change in synchronized output
Revert "Merge branch 'hzhang/ts-ex9busdmnetwork'"
TSAdapt: Update changes/dev.html
TSAdapt: Set default type for TSGLEE
TS tutorials ex11: make work with complex scalars
Bib: Added ref
TS ex18: Fix initializer
TS ex11: Fix M_PI
Plex ex1f90: FUCK FORTRAN
f2cblaslapack: remove duplicate xerbla.o and xerbla_array.o from lapack [they are already in blas]
TSAdapt: Refactor handling of default adapt type
TSAdapt: Update changes/dev.html
TSAdapt: Update manual
TSAdapt: Refactor interface and implementations
...

show more ...


# 172a7231 04-May-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'deleeke/feature-configure-googletest'

* deleeke/feature-configure-googletest:
Configure: Matt is a moron
Configure: enable --download-googletest by adding googletest.py to BuildSys

Merge branch 'deleeke/feature-configure-googletest'

* deleeke/feature-configure-googletest:
Configure: Matt is a moron
Configure: enable --download-googletest by adding googletest.py to BuildSystem packages

show more ...


# b5889bdb 28-Apr-2017 Matthew G. Knepley <knepley@gmail.com>

Configure: Matt is a moron


# 15484e50 27-Apr-2017 Elijah DeLee <deleeke@gmail.com>

Configure: enable --download-googletest by adding googletest.py to BuildSystem packages