Skip to content

Commit

Permalink
Upgrade from xdrfile 1.1b to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Jan 17, 2025
1 parent 897f947 commit 57a244a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 70 deletions.
8 changes: 4 additions & 4 deletions src/bundles/md_crds/bundle_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</Categories>

<CModule name="_gromacs" usesNumpy="true">
<IncludeDir>gromacs/xdrfile-1.1b/include</IncludeDir>
<IncludeDir>gromacs/xdrfile-1.1.4/include</IncludeDir>
<SourceFile>gromacs/gromacs.cpp</SourceFile>
<LinkArgument platform="win32">gromacs/xdrfile-1.1b/src/.libs/libxdrfile.lib</LinkArgument>
<LinkArgument platform="mac">gromacs/xdrfile-1.1b/src/.libs/libxdrfile.a</LinkArgument>
<LinkArgument platform="linux">gromacs/xdrfile-1.1b/src/.libs/libxdrfile.a</LinkArgument>
<LinkArgument platform="win32">gromacs/xdrfile-1.1.4/src/.libs/libxdrfile.lib</LinkArgument>
<LinkArgument platform="mac">gromacs/xdrfile-1.1.4/src/.libs/libxdrfile.a</LinkArgument>
<LinkArgument platform="linux">gromacs/xdrfile-1.1.4/src/.libs/libxdrfile.a</LinkArgument>
</CModule>

<Dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/bundles/md_crds/gromacs/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# or derivations thereof.
# === UCSF ChimeraX Copyright ===

XDRFILE_VERSION = 1.1
XDRFILE_MINOR_VERSION = b
XDRFILE_VERSION = 1.1.4
XDRFILE_MINOR_VERSION =
XDRFILE_LIB_SOURCE = xdrfile-$(XDRFILE_VERSION)$(XDRFILE_MINOR_VERSION)
XDRFILE_ARCHIVE = xdrfile-$(XDRFILE_VERSION).tar.gz
XDRFILE_LIB = $(XDRFILE_LIB_SOURCE)/src/.libs/libxdrfile.$(LIB_EXT)
2 changes: 1 addition & 1 deletion src/bundles/md_crds/gromacs/Makefile.xdrfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ QUOTE_CXX := $(subst ','\'',$(CXX) $(TARGET_ARCH))
# Make xdrfile use our compiler options
ENV_CONFIGURE = env CC='$(QUOTE_CC)' CXX='$(QUOTE_CXX)' LDFLAGS="$(TARGET_ARCH) $(LDFLAGS)"

PATCHES = patch
PATCHES =

all: $(XDRFILE_LIB)

Expand Down
63 changes: 0 additions & 63 deletions src/bundles/md_crds/gromacs/patch

This file was deleted.

Binary file added src/bundles/md_crds/gromacs/xdrfile-1.1.4.tar.gz
Binary file not shown.
Binary file removed src/bundles/md_crds/gromacs/xdrfile-1.1.tar.gz
Binary file not shown.

0 comments on commit 57a244a

Please sign in to comment.