try to use OS-provided (and obsoleted) RPC headers for XDR. always use bundled code

This commit is contained in:
Axel Kohlmeyer
2018-02-02 09:23:02 +01:00
parent 5e9d257ec2
commit c3d1cee5f9
5 changed files with 1 additions and 41 deletions

View File

@ -170,13 +170,6 @@ if(ENABLE_KSPACE)
endif()
endif()
if(ENABLE_MISC)
option(LAMMPS_XDR "include XDR compatibility files for doing particle dumps in XTC format" OFF)
if(LAMMPS_XDR)
add_definitions(-DLAMMPS_XDR) # for liblammps
endif()
endif()
if(ENABLE_MSCG OR ENABLE_USER-ATC OR ENABLE_USER-AWPMD OR ENABLE_USER-QUIP OR ENABLE_LATTE)
find_package(LAPACK)
if(NOT LAPACK_FOUND)