Skip to content

Commit

Permalink
Merge branch 'main' into issue-#82/replace-libpopt-in-rbcavity
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez-sunbright authored Apr 16, 2024
2 parents fc2ea36 + f7ebefb commit 2504571
Show file tree
Hide file tree
Showing 62 changed files with 394 additions and 18,102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create bundle
run: |
tar -czvf rdock-${{ steps.set_candidate_name.outputs.CANDIDATE_NAME }}.tar.gz \
bin/ lib/ include/ data/ scripts/ Makefile license.txt README.md old_README.md
bin/ lib/ include/ data/ scripts/ Makefile license.txt README.md
- name: Upload bundle
uses: actions/upload-artifact@v3
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ bin/
obj/
lib/libRbt.so

# build folders
build/linux-g++-64

# test files
*.as
tests/results
83 changes: 0 additions & 83 deletions INSTALL

This file was deleted.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,4 @@ you may want to add these lines to your profile/configuration files like ~/.bash

## Old build system (deprecated):

all the information about how to use the old build system is available in the [old readme file](https://github.com/CBDD/rDock/blob/main/old_README.md) file.
if you really need to use it, set the environment variable USE_OLD_BUILD_SYSTEM to 1 before running make

```
cd build
USE_OLD_BUILD_SYSTEM=1 make linux-g++-64 -j 4
```

this build system is deprecated and will be removed in the future.
this build system has been removed. if you _really_ need to use it, you can find it in [the frozen legacy branch here](https://github.com/CBDD/rDock/releases/tag/v24.04.204-legacy)
83 changes: 0 additions & 83 deletions build/INSTALL

This file was deleted.

102 changes: 0 additions & 102 deletions build/Makefile

This file was deleted.

Loading

0 comments on commit 2504571

Please sign in to comment.