You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "nwt (via GitHub)" <gi...@apache.org> on 2023/04/02 00:37:18 UTC

[GitHub] [arrow] nwt opened a new issue, #34839: [Go] Build compute without noasm for non-amd64 GOARCH and Go 1.18 and up

nwt opened a new issue, #34839:
URL: https://github.com/apache/arrow/issues/34839

   ### Describe the enhancement requested
   
   Building github.com/apache/arrow/go/v12/arrow/compute for a non-amd64 GOARCH with Go 1.18 and up requires `-tag=noasm`. It'd be nice if it didn't.
   
   ```console
   $ go version
   go version go1.20.2 darwin/arm64
   
   $ go build -tags=noasm github.com/apache/arrow/go/v12/arrow/compute && echo success
   success
   
   $ go build github.com/apache/arrow/go/v12/arrow/compute
   # github.com/apache/arrow/go/v12/arrow/compute/internal/kernels
   arrow/compute/internal/kernels/base_arithmetic.go:816:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:818:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:820:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:822:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:824:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:826:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:828:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:830:10: undefined: getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:832:10: undefined: getArithmeticOpFloating
   arrow/compute/internal/kernels/base_arithmetic.go:834:10: undefined: getArithmeticOpFloating
   arrow/compute/internal/kernels/base_arithmetic.go:834:10: too many errors
   ```
   
   ### Component(s)
   
   Go


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #34839: [Go] Build compute without noasm for non-amd64 GOARCH and Go 1.18 and up

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #34839: [Go] Build compute without noasm for non-amd64 GOARCH and Go 1.18 and up
URL: https://github.com/apache/arrow/issues/34839


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org