Unverified Commit 13c13396 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Remove includes for Dart (#4867)

* Remove includes for Dart

* Fix CMake error

* Fixed broken link

* Pin to cmake<4.0

* Try to make the link checker stop complaining
parent d2318e3b
...@@ -22,14 +22,11 @@ IF( NOT PROJECT_NAME ) ...@@ -22,14 +22,11 @@ IF( NOT PROJECT_NAME )
ENDIF( NOT PROJECT_NAME ) ENDIF( NOT PROJECT_NAME )
CMAKE_MINIMUM_REQUIRED(VERSION 3.17) CMAKE_MINIMUM_REQUIRED(VERSION 3.17)
CMAKE_POLICY(SET CMP0042 OLD) CMAKE_POLICY(SET CMP0042 NEW)
CMAKE_POLICY(SET CMP0003 NEW) CMAKE_POLICY(SET CMP0003 NEW)
CMAKE_POLICY(SET CMP0005 NEW) CMAKE_POLICY(SET CMP0005 NEW)
CMAKE_POLICY(SET CMP0011 NEW) CMAKE_POLICY(SET CMP0011 NEW)
INCLUDE(Dart)
MARK_AS_ADVANCED(DART_ROOT)
# We have custom cmake modules for FindOpenMM and running python tests # We have custom cmake modules for FindOpenMM and running python tests
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules") SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules")
......
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "OpenMM")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "simdash.stanford.edu")
set(CTEST_DROP_LOCATION "/submit.php?project=OpenMM")
set(CTEST_DROP_SITE_CDASH TRUE)
...@@ -4,7 +4,7 @@ channels: ...@@ -4,7 +4,7 @@ channels:
- bioconda - bioconda
dependencies: dependencies:
# build # build
- cmake - cmake<4.0
- ccache - ccache
# host # host
- python - python
......
...@@ -3,7 +3,7 @@ channels: ...@@ -3,7 +3,7 @@ channels:
- conda-forge - conda-forge
dependencies: dependencies:
# build # build
- cmake - cmake<4.0
- make - make
- ccache - ccache
- sysroot_linux-64 2.17 - sysroot_linux-64 2.17
......
...@@ -4,7 +4,7 @@ channels: ...@@ -4,7 +4,7 @@ channels:
- bioconda - bioconda
dependencies: dependencies:
# build # build
- cmake - cmake<4.0
- make - make
- ccache - ccache
- sysroot_linux-64 2.17 - sysroot_linux-64 2.17
......
...@@ -4,7 +4,7 @@ channels: ...@@ -4,7 +4,7 @@ channels:
- bioconda - bioconda
dependencies: dependencies:
# build # build
- cmake - cmake<4.0
- make - make
- ccache - ccache
- sysroot_linux-64 2.17 - sysroot_linux-64 2.17
......
...@@ -5,7 +5,7 @@ channels: ...@@ -5,7 +5,7 @@ channels:
dependencies: dependencies:
# build # build
- jom - jom
- cmake - cmake<4.0
- ccache - ccache
- m2-coreutils - m2-coreutils
# host # host
......
...@@ -3,7 +3,7 @@ channels: ...@@ -3,7 +3,7 @@ channels:
- conda-forge - conda-forge
dependencies: dependencies:
# build # build
- cmake - cmake<4.0
- ccache - ccache
# host # host
- python - python
......
...@@ -14,7 +14,7 @@ AMOEBA Force and System objects containing AMOEBA forces can be serialized. ...@@ -14,7 +14,7 @@ AMOEBA Force and System objects containing AMOEBA forces can be serialized.
In the following sections, the individual forces and options available in the In the following sections, the individual forces and options available in the
plugin are listed, and the steps required to build and use the plugin and plugin are listed, and the steps required to build and use the plugin and
TINKER-OpenMM are outlined. Validation results are also reported. Benchmarks TINKER-OpenMM are outlined. Validation results are also reported. Benchmarks
can be found on the OpenMM wiki at http://wiki.simtk.org/openmm/Benchmarks. can be found on the OpenMM website at https://openmm.org.
OpenMM AMOEBA Supported Forces and Options OpenMM AMOEBA Supported Forces and Options
******************************************* *******************************************
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# libOpenMMAmoeba_static.a # libOpenMMAmoeba_static.a
#---------------------------------------------------- #----------------------------------------------------
#INCLUDE(Dart)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
# this CMakeLists file rather than letting CMake visit them as SUBDIRS. # this CMakeLists file rather than letting CMake visit them as SUBDIRS.
SET(OPENMM_AMOEBA_PLUGIN_SOURCE_SUBDIRS . openmmapi serialization) SET(OPENMM_AMOEBA_PLUGIN_SOURCE_SUBDIRS . openmmapi serialization)
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# libOpenMMDrude_static.a # libOpenMMDrude_static.a
#---------------------------------------------------- #----------------------------------------------------
#INCLUDE(Dart)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
# this CMakeLists file rather than letting CMake visit them as SUBDIRS. # this CMakeLists file rather than letting CMake visit them as SUBDIRS.
SET(OPENMM_DRUDE_PLUGIN_SOURCE_SUBDIRS . openmmapi serialization) SET(OPENMM_DRUDE_PLUGIN_SOURCE_SUBDIRS . openmmapi serialization)
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# libOpenMMRPMD_static.a # libOpenMMRPMD_static.a
#---------------------------------------------------- #----------------------------------------------------
#INCLUDE(Dart)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
SET(CREATE_SERIALIZABLE_OPENMM_RPMD FALSE ) SET(CREATE_SERIALIZABLE_OPENMM_RPMD FALSE )
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment