Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gumath ruby wrapper. #23

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add gumath ruby wrapper. #23

wants to merge 9 commits into from

Commits on Sep 26, 2018

  1. Add gumath ruby wrapper.

    v0dro committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    2ed66a6 View commit details
    Browse the repository at this point in the history
  2. update require

    v0dro committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    b9a92e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c70cbba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from mrkn/remove_needless_dependencies

    Remove needless dependencies in Gemfile
    v0dro committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    c5e324c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85ea07e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from mrkn/gemspec_extension_property

    Specify the location of extconf.rb in gemspec
    v0dro committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    41d476a View commit details
    Browse the repository at this point in the history
  7. Fix duplicate symbols error

    This commit fixes the following errors:
    
    ```
    linking shared-object ruby_gumath/ruby_gumath.bundle
    duplicate symbol _cGumath_GufuncObject in:
        util.o
        gufunc_object.o
    duplicate symbol _cGumath in:
        util.o
        gufunc_object.o
    duplicate symbol _GufuncObject_type in:
        util.o
        gufunc_object.o
    duplicate symbol _cGumath_GufuncObject in:
        util.o
        functions.o
    duplicate symbol _cGumath in:
        util.o
        functions.o
    duplicate symbol _GufuncObject_type in:
        util.o
        functions.o
    duplicate symbol _cGumath_GufuncObject in:
        util.o
        ruby_gumath.o
    duplicate symbol _cGumath in:
        util.o
        ruby_gumath.o
    duplicate symbol _GufuncObject_type in:
        util.o
        ruby_gumath.o
    duplicate symbol _cGumath_GufuncObject in:
        util.o
        examples.o
    duplicate symbol _cGumath in:
        util.o
        examples.o
    duplicate symbol _GufuncObject_type in:
        util.o
        examples.o
    ld: 12 duplicate symbols for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)```
    ```
    mrkn committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    52c2212 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #26 from mrkn/fix_link_error

    Fix duplicate symbols error
    v0dro committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    966370e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. add extern

    v0dro committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3fd0770 View commit details
    Browse the repository at this point in the history