Thread: How to build macOS version currently published to Homebrew

How to build macOS version currently published to Homebrew

From
Keith Wedinger
Date:

While searching the archives, I discovered the Homebrew location of psqlodbc on Homebrew here:
https://formulae.brew.sh/formula/psqlodbc

 

The link above points back to https://odbc.postgresql.org which contains a link to the https://github.com/postgresql-interfaces/psqlodbc for future development.

 

Currently, the GitHub repository above does not contain any build instructions for macOS.

 

I’m thinking that someone is taking care of updating the Homebrew package which likely means that someone is building this for macOS.

 

Do instructions exist for building the macOS version currently published to Homebrew?

 

Keith Wedinger | Principal Consultant | M. 614.551.0373
Improving – It’s what we do.™

 

Re: How to build macOS version currently published to Homebrew

From
Dave Cramer
Date:
HI Keith,

Looks like it is just 

system "./configure", "--prefix=#{prefix}",
                          "--with-unixodbc=#{Formula["unixodbc"].opt_prefix}"
    system "make"
    system "make", "install"


On Tue, 17 Sept 2024 at 11:44, Keith Wedinger <keith.wedinger@improving.com> wrote:

While searching the archives, I discovered the Homebrew location of psqlodbc on Homebrew here:
https://formulae.brew.sh/formula/psqlodbc

 

The link above points back to https://odbc.postgresql.org which contains a link to the https://github.com/postgresql-interfaces/psqlodbc for future development.

 

Currently, the GitHub repository above does not contain any build instructions for macOS.

 

I’m thinking that someone is taking care of updating the Homebrew package which likely means that someone is building this for macOS.

 

Do instructions exist for building the macOS version currently published to Homebrew?

 

Keith Wedinger | Principal Consultant | M. 614.551.0373
Improving – It’s what we do.™