ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:109980] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script
@ 2022-09-21 16:20 mrkn (Kenta Murata)
  2022-09-22  6:50 ` [ruby-core:109991] " mrkn (Kenta Murata)
  2022-09-25  7:01 ` [ruby-core:110063] " nagachika (Tomoyuki Chikanaga)
  0 siblings, 2 replies; 3+ messages in thread
From: mrkn (Kenta Murata) @ 2022-09-21 16:20 UTC (permalink / raw)
  To: ruby-core

Issue #19014 has been reported by mrkn (Kenta Murata).

----------------------------------------
Bug #19014: Backport commits to add the --with-gmp-dir option in the configure script
https://bugs.ruby-lang.org/issues/19014

* Author: mrkn (Kenta Murata)
* Status: Open
* Priority: Normal
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: REQUIRED
----------------------------------------
Please backport the following three commits for the previous versions of Ruby.

* https://github.com/ruby/ruby/commit/e2b47b832f53b2fd0626774a573a22c15a933c64
* https://github.com/ruby/ruby/commit/f512df73986c74e2f4bd65ca642879a0618da213
* https://github.com/ruby/ruby/commit/2e25b85a7e4268676fcdf17b5975c2fd60066ce1

These commits introduce `--with-gmp-dir` option in the configure script so that we can specify the prefix directory where GMP has been installed.

Ref. https://github.com/ruby/ruby/pull/6367
Ref. https://github.com/ruby/ruby/pull/6366



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:109991] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script
  2022-09-21 16:20 [ruby-core:109980] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script mrkn (Kenta Murata)
@ 2022-09-22  6:50 ` mrkn (Kenta Murata)
  2022-09-25  7:01 ` [ruby-core:110063] " nagachika (Tomoyuki Chikanaga)
  1 sibling, 0 replies; 3+ messages in thread
From: mrkn (Kenta Murata) @ 2022-09-22  6:50 UTC (permalink / raw)
  To: ruby-core

Issue #19014 has been updated by mrkn (Kenta Murata).

Backport changed from 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: REQUIRED to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED

Please backport this to also both 2.7 and 3.0 if it can be done easily.

----------------------------------------
Bug #19014: Backport commits to add the --with-gmp-dir option in the configure script
https://bugs.ruby-lang.org/issues/19014#change-99241

* Author: mrkn (Kenta Murata)
* Status: Closed
* Priority: Normal
* Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
----------------------------------------
Please backport the following three commits for the previous versions of Ruby.

* https://github.com/ruby/ruby/commit/e2b47b832f53b2fd0626774a573a22c15a933c64
* https://github.com/ruby/ruby/commit/f512df73986c74e2f4bd65ca642879a0618da213
* https://github.com/ruby/ruby/commit/2e25b85a7e4268676fcdf17b5975c2fd60066ce1

These commits introduce `--with-gmp-dir` option in the configure script so that we can specify the prefix directory where GMP has been installed.

Ref. https://github.com/ruby/ruby/pull/6367
Ref. https://github.com/ruby/ruby/pull/6366



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:110063] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script
  2022-09-21 16:20 [ruby-core:109980] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script mrkn (Kenta Murata)
  2022-09-22  6:50 ` [ruby-core:109991] " mrkn (Kenta Murata)
@ 2022-09-25  7:01 ` nagachika (Tomoyuki Chikanaga)
  1 sibling, 0 replies; 3+ messages in thread
From: nagachika (Tomoyuki Chikanaga) @ 2022-09-25  7:01 UTC (permalink / raw)
  To: ruby-core

Issue #19014 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE

ruby_3_1 d1b36c827036765ab68c88ab4315a26a220d5f06 merged revision(s) e2b47b832f53b2fd0626774a573a22c15a933c64,f512df73986c74e2f4bd65ca642879a0618da213,2e25b85a7e4268676fcdf17b5975c2fd60066ce1.

----------------------------------------
Bug #19014: Backport commits to add the --with-gmp-dir option in the configure script
https://bugs.ruby-lang.org/issues/19014#change-99314

* Author: mrkn (Kenta Murata)
* Status: Closed
* Priority: Normal
* Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE
----------------------------------------
Please backport the following three commits for the previous versions of Ruby.

* https://github.com/ruby/ruby/commit/e2b47b832f53b2fd0626774a573a22c15a933c64
* https://github.com/ruby/ruby/commit/f512df73986c74e2f4bd65ca642879a0618da213
* https://github.com/ruby/ruby/commit/2e25b85a7e4268676fcdf17b5975c2fd60066ce1

These commits introduce `--with-gmp-dir` option in the configure script so that we can specify the prefix directory where GMP has been installed.

Ref. https://github.com/ruby/ruby/pull/6367
Ref. https://github.com/ruby/ruby/pull/6366



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-25  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 16:20 [ruby-core:109980] [Ruby master Bug#19014] Backport commits to add the --with-gmp-dir option in the configure script mrkn (Kenta Murata)
2022-09-22  6:50 ` [ruby-core:109991] " mrkn (Kenta Murata)
2022-09-25  7:01 ` [ruby-core:110063] " nagachika (Tomoyuki Chikanaga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).