Skip to content

Commit

Permalink
update linux distro info in readme and paper
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyMinucci committed Sep 27, 2024
1 parent d1a4870 commit c646607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Developed by: Jeffrey Minucci
* Windows 64-bit (x64)
* Linux
* For **Windows**: [Microsoft Visual C++ Redistributable 2015-2022](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
* For **Linux**, the bundled BeePop+ library was compiled on **Ubuntu**. If you encounter errors loading the library, you can try compiling BeePop+ yourself from source. Instructions for compiling BeePop+ for Linux are [below](#compiling-beepop-on-linux). Source code is available on [the project's GitHub page](https://github.com/quanted/vpoplib).
* For **Linux**, the bundled BeePop+ library was compiled for the **manylinux/musllinux** standards (musllinux via wheel only).
If you encounter errors loading the library, you can try compiling BeePop+ yourself from source. Instructions for compiling BeePop+
for Linux are [below](#compiling-beepop-on-linux). Source code is available on [the project's GitHub page](https://github.com/quanted/vpoplib).
* Python version 3.6 or above.
* pandas installed in your Python environment.

Expand Down
11 changes: 5 additions & 6 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
affiliations:
- name: U.S. EPA, Office of Research and Development, Center for Public Health and Environmental Assessment, USA
index: 1
date: 7 August 2024
date: 27 September 2024
bibliography: paper.bib
---

Expand Down Expand Up @@ -69,11 +69,10 @@ package [@klinger:2018] for sampling and `dask` [@dask] for parallelization of o
million individual model runs. The `pybeepop+` package is currently being used by
the US EPA to fit `BeePop+` to a range of colony feeding study datasets across several pesticides to explore the generalizability of the model.

The `pybeepop+` package includes pre-compiled binary verisons of `BeePop+` for Windows
(64-bit) and Linux (Ubuntu). The package will try to detect your
platform and architecture and use the correct library binary. For Linux verisions
other than Ubuntu, `pybeepop+` will attempt to use the
Ubuntu binary, but compatibility issues may occur. Alternately, `BeePop+` can be built
The `pybeepop+` package includes pre-compiled binary versions of `BeePop+` for Windows
(64-bit) and Linux (64-bit). The package will try to detect your
platform and architecture and use the correct library binary. For Linux, a wide range of distributions
are supported with the 'manylinux' and 'musllinux' standards. Alternately, `BeePop+` can be built
from source on any Linux system and `pybeepop+` can connect to an alternate shared
library binary specified by the user.

Expand Down

0 comments on commit c646607

Please sign in to comment.