Isuru Fernando

Results 928 comments of Isuru Fernando

Try ``` Expression phi("phi"); Expression m1 = cos(phi); Expression m2 = sin(phi); Expression m3 = -m2; Expression m4 = -m3; ```

Yes, it should be removed.

> which results in failed linking looking for memcpy@GLIBC_2.14 etc.. Are you linking in statically? Or is LDFLAGS which includes `-Wl,--allow-shlib-undefined` not passed in?

> If we think the main reason for the win-64 subdir is the porting of Unix toolchains, it may be better to just go with the Cygwin approach? @zklaus, `m2-`...

@pkgw, we will update the packages in the near future.

A month or two I guess

The m2 packages have been updated, but not the m2w64 packages.

@zooba I added a few TODOs above if you or someone else want to help.

@zooba, @finnagin, task 4 needs to be done to build some packages. Task 5 is needed only after python itself is built.

`msvc_env_cmd` is a deprecated function, so we need not update it to actually work. We just need it to not error out. So, a check for `bits` to see if...