swig / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
5.97k stars 1.26k forks source link

Build and Test for Linux/ARM64 #3128

Closed odidev closed 2 months ago

odidev commented 2 months ago

Description

For aarch64 platform, I have built "Swig" from source.

Steps

Following STEPS were used for the building and installation:


$ wget https://github.com/swig/swig/archive/refs/tags/v2.0.5.tar.gz 

$ tar -zxvf v2.0.5.tar.gz && cd cd swig-2.0.5/ 

$ ./autogen.sh 

$ ./configure 

$ make   

Outcome

Make command generated swig binary in the root of the repo. To validate that the build was successful we ran version check. The version info returned matched expected value(s).


$ ./swig -version 

SWIG Version 2.0.5 

Compiled with g++ [aarch64-unknown-linux-gnu] 

Configured options: +pcre 

Please see http://www.swig.org for reporting bugs and further information 

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

vadz commented 2 months ago

I've looked at this out of curiosity and it certainly seems that @odidev is a bot, which explains all the oddities in this "issue".