5eb77f2e9a
FindNetCDF.cmake: fix target
2020-03-24 14:29:14 -06:00
99d4a226b5
USER-NETCDF.cmake: create and use imported targets
2020-03-24 12:33:36 -06:00
f5279a291e
USER-QUIP.cmake: create and use imported target
2020-03-24 12:23:39 -06:00
d19f112c75
MSCG.cmake: fix up imported target
2020-03-24 12:18:10 -06:00
72c94f0fbf
USER-SCAFACOS.cmake: use imported pkg-config target
2020-03-24 11:49:24 -06:00
d8b6d10f3b
MSCG.cmake: create an use imported target
2020-03-24 11:42:36 -06:00
33a57ed215
cmake: some more include_directories() -> target_include_directories()
2020-03-24 11:36:21 -06:00
4736402dd9
cmake: atc needs mpi itself
2020-03-24 11:07:45 -06:00
51eb865d63
VORONOI.cmake: use VORO imported target
2020-03-24 11:05:25 -06:00
9b244b14a6
atc: needs lammps.h
2020-03-24 10:56:49 -06:00
31930139c6
USER-SMD.cmake: use Eigen3 imported target
2020-03-24 10:49:13 -06:00
f2ab654662
cmake: some include_directories() -> target_include_directories()
2020-03-24 10:41:19 -06:00
572502b33d
cmake: add_definitions() -> target_compile_definitions()
2020-03-24 09:35:57 -06:00
e76afb33ed
cmake: update to new target_link_libraries() signature
2020-03-23 12:06:58 -06:00
d92b9ba8d0
cmake: mpi needs to be public due to DSO
2020-03-23 08:51:29 -06:00
9b8266173f
cmake: JPEG imported target is >=cmake-3.12 only
2020-03-23 08:23:16 -06:00
6ee25db32a
cmake: fftw needs to be public due to DSO
2020-03-23 08:00:51 -06:00
a42f7163d2
cmake: move include up
2020-03-22 21:29:15 -06:00
591212af3a
cmake: add back include path for now
2020-03-22 19:57:48 -06:00
3076e26707
cmake: create imported target for FFTW
2020-03-22 19:20:00 -06:00
0e3f4f3de2
cmake: remove LAMMPS_DEPS
2020-03-22 19:07:23 -06:00
5828815b3e
cmake: remove LAMMPS_LINK_LIBS
2020-03-22 18:55:53 -06:00
cd89a7c4b7
cmake: fix renamed target for exe
2020-03-22 18:03:07 -06:00
62cb760ee2
cmake: remove LIB_SOURCES and LMP_SOURCES
2020-03-22 14:42:29 -06:00
b533fdb31b
Merge pull request #1952 from lammps/numdiff-doc
...
tweak the docs for the new fix numdiff command
2020-03-20 21:36:03 -04:00
aabee4b328
one more change
2020-03-20 07:27:28 -06:00
9ff71e2da0
fix a typo
2020-03-20 07:26:15 -06:00
8b0e5c66ea
tweak the docs for the new fix numdiff command
2020-03-20 07:23:01 -06:00
54c2381632
Merge pull request #1947 from akohlmey/next_lammps_version
...
Step version string for next patch release
patch_19Mar2020
2020-03-19 18:57:27 -04:00
68dc62c512
Merge pull request #1932 from akohlmey/atc-doc-to-rst
...
Convert AtC documentation html files to reStructuredText
2020-03-19 17:04:35 -04:00
9cfa5506fd
flags may be empty, compiler never, if used
2020-03-19 16:46:46 -04:00
9397a763e2
tweak MinGW preset settings to reduce linker warnings
2020-03-19 16:45:22 -04:00
87ac0dc547
Merge commit 'refs/pull/1950/head' of github.com:lammps/lammps into atc-doc-to-rst
2020-03-19 16:08:18 -04:00
a7f16f521f
Merge branch 'master' into atc-doc-to-rst
2020-03-19 15:55:08 -04:00
fb9b5c6dd0
remove command copying (the now removed) doc/src/USER into some output folders
2020-03-19 15:55:05 -04:00
a541434e0a
cmake: remove hard-coded liblinalg
2020-03-19 13:49:13 -06:00
6644caf817
fix rst formatting issues
2020-03-19 15:48:46 -04:00
223bfac229
remove ATC html files that are no longer needed
2020-03-19 15:44:53 -04:00
a6adf95603
final batch of converted AtC doc files
2020-03-19 15:36:45 -04:00
53883ec077
Merge branch 'atc-doc-to-rst' of github.com:akohlmey/lammps into atc-doc-to-rst
2020-03-19 14:39:15 -04:00
65b6b6f2f8
next batch of converted files
2020-03-19 14:39:00 -04:00
500982ac9c
Merge pull request #1949 from akohlmey/cmake-mingw-portability
...
Improved CMake support for cross-compilation with MinGW
2020-03-19 13:54:17 -04:00
61ebf897e4
expand comment about MinGW cross-compiler hack
2020-03-19 13:31:23 -04:00
55b5753eea
next batch of converted files. one more section to go.
2020-03-19 12:22:06 -04:00
84f89134d9
Merge branch 'master' into atc-doc-to-rst
...
# Conflicts:
# doc/src/Errors_messages.rst
2020-03-19 11:28:02 -04:00
23509d0785
add missing entries for new pair styles
2020-03-19 11:09:41 -04:00
3d0fc4a112
update docs for updated CMake support with MinGW
2020-03-19 11:09:27 -04:00
38edf20d08
add CMake support for building LAMMPS for windows with MPI
...
- Handle the MPI support as an External project.
- Also we can enable a few more packages now, that depend on MPI
- Improved dependency tracking for parallel builds
- cross compiler build can now also work with ninja
2020-03-19 10:46:42 -04:00
b1af0a5bd8
add workaround in CMake support for building with MinGW cross-compilers
2020-03-19 09:00:36 -04:00
3bd529342e
cross-compilation improvements
2020-03-19 09:00:36 -04:00