Somewhat working cmake build system now. Does not yet build a parallel target. Builds all non-mpi programs.
added nonbonded directory
Creating busticated version of OpenMD
Added svn revision number to build process, incremented minor version number, corrected a minimizer keyword
fixed Doxygen generating file
Fixing the build and install method for samples in Madelung, RNEMD, zeolite, SMIPD
fixing atom2md and bringing it up to speed with OpenBabel 2.2.3
more changes to fix build process and divorce ourselves from CVS
Merging changes skipped in working copies of OOPSE into the OpenMD tree, fixing make install
fixing make install process
Almost all of the changes necessary to create OpenMD out of our old project (OOPSE-4)
Removing CGAL, cleaning up ac-tools directory
Added minimizer sample for metal.
Added new samples directory for metal surfaces.
updating configure process
Removed older version of openbabel from our code. We now have a configure check to see if openbabel is installed and then we link to the stuff we need. Conversion to OOPSE's md format is handled by only one application (atom2md), so most of the work went on there. ElementsTable still needs some work to function in parallel.
New configure
Fixed Makefile.in for cgal.
Install process is incomplete
Broken files on install
Removed CGAL from OOPSE and replaced it with qhull.
fixes for CGAL
more openbabel updates, also changing velocitizer to thermalizer to avoid a filename collision on case-insensitve file systems
Added velocitizer utility program, added samples of its use to the builder samples.
adding builder samples
starting change of file formats
removed shapes sample
added install target for scripts
change the order of include path and library path
Adding single precision capabilities to the fortran side
zlib fixes
Autoconf fixes for FFTW. Multiple FFTW version support.
*** empty log message ***
Added random builder
Added status module to simParallel for error reporting.
Added nanoparticle builder to makefile
adding hydrodynamics module into build system
added CXXFLAGS to the LinkOptions to allow compilation with icc9 (skipping the gcc-4 std c++ libraries).
fixed a dependency problem for the Executable builds
Old makefile.in no longer required
remove samples/metals from install list.
autoconf modernization and cruft removal
In order to compile MPI version, we need to cast const char* to void* for stringstream.str(); Previous Makefile use bjects of single version to make the MPI library;
Sutton-Chen bug fixes. Almost there...
Change build process for libOOPSE.a so that the libraries aren't unpacked. libOOPSE.a is now made directly from the object files
update Makefile
Adding support for soft linking
Adding linking stuff
rename mdinConverter to atom2mdin
adding openbabel
libz additions
*** empty log message ***
fix make install
configure now searches for perl to use with filepp
added CGAL checks
added lattice subdirectory
Importing nanoRodBuilder application (may not work yet). ((Doesn't work yet.)) (((May never work....)))
One more bug fix for GNU make versions < 3.80
Fixed the uc and lc functions for GNU make versions < 3.80
added some stuff to clean out module files during "make clean"
avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps
fixed an install-related bug. $(InstallCommand) had been set to $(InstallData)
First commit of the new restraints code
SPRNG eradication project
Fixed the damned build problem with the libraries not being removed in make clean and make distclean (at least we think it is fixed).
modifications to estimate memory in use by other processes autoconf fixes ps syntax checking config.h file cleaning
ps niceness
adding staticProps and dynamicProps into Makefile.in
adding Makefile
moved Package variable into subdirectory makefiles to speed up the building process
template flags
fixed a MakeDir / MkDir problem added BinDir target
change the order of linking (object file comes first and then follow by user built library)
missing tab
missing tab
merging new_design branch into OOPSE-2.0
Fixed Makefile test bug under OSX and possibly other BSD's, replaced test -f *.mod with ls function since BSD test apparently doesn't support wildcards.
included visitors and minimizer
time to break SimSetup
compiler flags
more tests on math library
using filepp to generate dependencies instead of compilers
remove -module from F90Options
adding rules to move fortran 90 module to target directory
fixed makefile.in
*** empty log message ***
fix make install
adding make install
more build fixes
adding doxygen configuration file
cleaning up build process
Cleaning up a bit
fix make statistics
adding GNU make functions to combine all of the static libraries to a big library
adding shared library flag
building MPI version;using static library instead of shared library
pass __FORTRAN90 instead of __F90 to filepp
add make cvslog
more work on the parallel build
changes to backport declare flags
add oopse_ as library prefix
fix a space trimming bug in filepp
A few minor build changes
make clean is smart enough to only remove object files belong to current package. turn off silent mode
get the relative path by shell script
eliminate DEV_ROOT by relative path
add PackageLibs; fix dependency rule
Working on make stuff
fix dependencies rule
still working on build process
add print statment to rules
starting a configure version
fix fortran dependency problem
add yacc and lex rules
adding include path to F90Options
change suffix from .cc to .cpp
Import of OOPSE v. 2.0