Sergey Fedorov

Results 628 issues of Sergey Fedorov

#### Description Latest version of `libxc` missing in Macports. Added conflicts with earlier versions. (Universal variant does build on Leopard, unlike with earlier versions of `libxc`, therefore `muniversal` PG.) ######...

type: enhancement
type: submission
maintainer: requires approval
maintainer: timeout

#### Description Just version update, no functional changes. ###### Type(s) - [ ] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS 10.6 PPC (10A190) Xcode...

type: enhancement
type: update
maintainer: none

I am trying to build `opam` 2.1.2 with `ocaml` 4.14 (bytecode) on 10.6 PPC, and keep getting the following error: ``` Undefined symbols: "__Unwind_Resume", referenced from: __Z19call_mccs_protected6SolverPciP11CUDFproblem in libmccs_stubs.a(mccs_stubs.o) _call_solver...

@ioquatix @odaira @nobu Here are some updates for Darwin PPC. Please kindly review these, and feel free to correct errors, if any are noticed. (I made changes in separate commits,...

Did you just drop PowerPC support to save time & efforts or something has changed internally in the code that made it impossible? If it is the first, I will...

@classilla Do you know if it is hard to allow building TFF with a newer version of `gcc` than 4.8? @kencu confirms here that later versions failed, at least for...

Asking this, since Qt5 and later are broken for PPC. Qt4 builds though.

**Describe the bug** I am building `abseil` on 10.6.8 Rosetta for `ppc` (well, in fact I has built it, but with an ugly solution of just editing away Intel flags)....

bug

This PR solves the following problems: 1. Adds `ppc` arch, which has been missing. 2. Disables Altivec for Darwin PPC, since its existing in `x265` implementation uses instructions from later...

``` // https://github.com/macports/macports-ports/pull/8941/files // Beginning with v0.9.71, libmicrohttpd changed the return type // of most functions from int to enum MHD_Result // https://git.gnunet.org/gnunet.git/tree/src/include/gnunet_mhd_compat.h // proposes to define a constant for...