Skip to content

Commit

Permalink
gh-35083: build/pkgs/pcre: Remove
Browse files Browse the repository at this point in the history
    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes #1234" use "Introduce new method to
calculate 1+1"
-->
### 📚 Description

<!-- Describe your changes here in detail -->
Remove the spkg `pcre`; it was a dependency of our `r` package, which
was reduced to a dummy package recently.
<!-- Why is this change required? What problem does it solve? -->

<!-- If it resolves an open issue, please link to the issue here. For
example "Closes #1337" -->
Closes #32231

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [x] I have made sure that the title is self-explanatory and the
description concisely explains the PR.
- [x] I have linked an issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies
<!-- List all open pull requests that this PR logically depends on -->
<!--
- #xyz: short description why this is a dependency
- #abc: ...
-->
    
URL: #35083
Reported by: Matthias Köppe
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Mar 16, 2023
2 parents 4d0fa68 + f61e83a commit d29bcae
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 281 deletions.
1 change: 0 additions & 1 deletion build/pkgs/_prereq/distros/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ gcc-c++
# The need for which comes [...] from MPIR's configure script
findutils
which
# Needed for pcre configure, see /~https://github.com/sagemath/sage/issues/29129:
diffutils
# Needed for openssl 3.0
perl-IPC-Cmd
23 changes: 0 additions & 23 deletions build/pkgs/pcre/SPKG.rst

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/pcre/checksums.ini

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/pcre/dependencies

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/conda.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/cygwin.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/debian.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/fedora.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/freebsd.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/homebrew.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/macports.txt

This file was deleted.

3 changes: 0 additions & 3 deletions build/pkgs/pcre/distros/opensuse.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/repology.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/slackware.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/distros/void.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/package-version.txt

This file was deleted.

172 changes: 0 additions & 172 deletions build/pkgs/pcre/patches/8.39-cygwin-jit.patch

This file was deleted.

18 changes: 0 additions & 18 deletions build/pkgs/pcre/spkg-configure.m4

This file was deleted.

27 changes: 0 additions & 27 deletions build/pkgs/pcre/spkg-install.in

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/pcre/type

This file was deleted.

12 changes: 0 additions & 12 deletions build/pkgs/r/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,3 @@ Upstream Contact

- https://www.r-project.org
- R mailing list, #R in IRC

Dependencies
------------

- GNU patch
- iconv
- Readline
- BLAS/LAPACK
- xz
- pcre
- curl
- https-capable SSL
4 changes: 0 additions & 4 deletions build/pkgs/r/dependencies

This file was deleted.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ AS_IF([test "$SAGE_ENABLE_notebook" = no -a "$SAGE_ENABLE_sagelib" = no], [
AC_ARG_ENABLE([r],
AS_HELP_STRING([--disable-r],
[disable build of the R package and related packages]), [
for pkg in r rpy2 r_jupyter pcre; do
for pkg in r rpy2 r_jupyter; do
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
done
])
Expand Down

0 comments on commit d29bcae

Please sign in to comment.